Table of Contents

Method GetFieldDescriptorByName

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

GetFieldDescriptorByName(string, string)

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

public FieldDescriptor GetFieldDescriptorByName(string sectionDefinitionName, string fieldName)

Parameters

sectionDefinitionName string

The name of the section definition.

fieldName string

The name of the field.

Returns

FieldDescriptor

The FieldDescriptor with the specified section definition name and field name.