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
SectionDefinitionCrudHelperComponentThe Skyline.DataMiner.Net.Apps.DataMinerObjectModel.SectionDefinitionCrudHelperComponent.
id
GuidThe ID of the SectionDefinition.
Returns
- SectionDefinition
The SectionDefinition with the specified ID, or null if not found.
Exceptions
- ArgumentNullException
helper
is null.