Table of Contents

Method AddSectionDefinitionLink

Namespace
Skyline.DataMiner.Utils.DOM.Builders
Assembly
Skyline.DataMiner.Utils.DOM.dll

Adds a section definition link to the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.

public T AddSectionDefinitionLink(SectionDefinitionLink sectionDefinitionLink)

Parameters

sectionDefinitionLink SectionDefinitionLink

The section definition link to add.

Returns

T

The builder instance.

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 SectionDefinitionID

The section definition ID to create a link with and add.

Returns

T

The builder instance.