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
sectionDefinitionIDSectionDefinitionIDThe unique ID of the section definition.
fieldDescriptorIDFieldDescriptorIDThe unique ID of the field descriptor.
Returns
- FieldDescriptor
The FieldDescriptor with the specified section definition ID and field descriptor ID.