Field |
public class FieldItem
The FieldItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Deleted | Gets value if the field is Deleted. | |
| DisplayName | Gets the display name of the field. | |
| Level | Gets the associated level of values for the field. Specifically, if the field represents DocumentItem values, PageItem values, or TextItem values. | |
| Name | Gets the name of the field. | |
| ReadOnly | Gets or sets if the field is ReadOnly. | |
| Scope | Gets the scope of the field to the application. Specifically, if the field is created by the application or the user. | |
| Type | Gets the data type associated to the field. |
| Name | Description | |
|---|---|---|
| AsChoiceFieldItem | If the field is a choice field, provides a mechanism to get this instance of the field as a IChoiceFieldItem. | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the display name of the field. (Overrides ObjectToString) |