Method GetFieldDescriptor
GetFieldDescriptor(SectionDefinitionID, FieldDescriptorID)
Retrieves a field descriptor by section definition ID and field descriptor ID.
public FieldDescriptor GetFieldDescriptor(SectionDefinitionID sectionDefinitionID, FieldDescriptorID fieldDescriptorID)
Parameters
sectionDefinitionID
SectionDefinitionIDThe unique ID of the section definition.
fieldDescriptorID
FieldDescriptorIDThe unique ID of the field descriptor.
Returns
- FieldDescriptor
The FieldDescriptor with the specified section definition ID and field descriptor ID.