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
helperSectionDefinitionCrudHelperComponentThe Skyline.DataMiner.Net.Apps.DataMinerObjectModel.SectionDefinitionCrudHelperComponent.
idGuidThe ID of the SectionDefinition.
Returns
- SectionDefinition
The SectionDefinition with the specified ID, or null if not found.
Exceptions
- ArgumentNullException
helperis null.