Table of Contents

Method GetByID

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

GetByID(SectionDefinitionCrudHelperComponent, Guid)

Gets a SectionDefinition by ID.

public static SectionDefinition GetByID(this SectionDefinitionCrudHelperComponent helper, Guid id)

Parameters

helper SectionDefinitionCrudHelperComponent

The Skyline.DataMiner.Net.Apps.DataMinerObjectModel.SectionDefinitionCrudHelperComponent.

id Guid

The ID of the SectionDefinition.

Returns

SectionDefinition

The SectionDefinition with the specified ID, or null if not found.

Exceptions

ArgumentNullException

helper is null.