Table of Contents

Method GetFieldDescriptor

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

GetFieldDescriptor(SectionDefinitionID, FieldDescriptorID)

Retrieves a field descriptor by section definition ID and field descriptor ID.

public FieldDescriptor GetFieldDescriptor(SectionDefinitionID sectionDefinitionID, FieldDescriptorID fieldDescriptorID)

Parameters

sectionDefinitionID SectionDefinitionID

The unique ID of the section definition.

fieldDescriptorID FieldDescriptorID

The unique ID of the field descriptor.

Returns

FieldDescriptor

The FieldDescriptor with the specified section definition ID and field descriptor ID.