SchedulableField.GetName
Method
Description:
Gets the name of the field.
Gets the name of the field.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document in which the field will be used. |
Return Value
Type | Description |
---|---|
String | The name of the field. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | The parameter doesn't exist in document. |