Method GetFieldDescriptorByName
GetFieldDescriptorByName(string, string)
Retrieves a field descriptor by section definition name and field name.
public FieldDescriptor GetFieldDescriptorByName(string sectionDefinitionName, string fieldName)
Parameters
sectionDefinitionName
stringThe name of the section definition.
fieldName
stringThe name of the field.
Returns
- FieldDescriptor
The FieldDescriptor with the specified section definition name and field name.