Method AddSectionDefinitionLink
AddSectionDefinitionLink(SectionDefinitionLink)
Adds a section definition link to the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.
public T AddSectionDefinitionLink(SectionDefinitionLink sectionDefinitionLink)
Parameters
sectionDefinitionLink
SectionDefinitionLinkThe section definition link to add.
Returns
- T
The builder instance.
AddSectionDefinitionLink(SectionDefinitionID)
Adds a section definition link to the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition using a section definition ID.
public T AddSectionDefinitionLink(SectionDefinitionID sectionDefinitionID)
Parameters
sectionDefinitionID
SectionDefinitionIDThe section definition ID to create a link with and add.
Returns
- T
The builder instance.