UDF Data Contract
AllowNewPickListItem
A flag indicating whether a new pick list item can be added via this API
boolean
DisplayName
The display name of the UDF
string
ExtractionName
Gets the extraction name of the UDF (this value will be the type of PickList defined in PickListItem)
string
Format
Gets the format of the UDF
string
HasPickList
A flag indicating whether or not the possible values of the UDF are from a PickList
boolean
LimitToList
A flag indicating no new pick list items can be added via this API
boolean
MaxLength
The maximum length of the value
integer
MaxValue
Gets the maximum value that can be assigned to the UDF
Object
MinValue
Gets the minimum value that can be assigned to the UDF
Object
Name
The name of the UDF
string
PickList
A list of items displaying potential values for the UDF
Collection of string