Table of Contents

Method WithID

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

WithID(SectionID)

Sets the ID of the section.

public T WithID(SectionID id)

Parameters

id SectionID

The ID to set.

Returns

T

The builder instance.

WithID(Guid)

Sets the ID of the section using a Guid.

public T WithID(Guid id)

Parameters

id Guid

The ID to set.

Returns

T

The builder instance.