IDeleteMetadataContext
This topic describes the properties and methods of the IDeleteMetadataContext interface.
Properties
| CurrentAction | Gets the current action. |
| IshType | Gets the ISH Type of the object: ISHMasterDoc, ISHModule, ISHIllustration, ISHTemplate, ISHLibrary, ISHPublication or ISHBaseline. |
| LogicalId | Gets the logical ID of the object. |
| IshLngRef | Gets the unique identifier of the language level. If the language level is not available, null is returned. |
| EventQueue | Gets the event queue service, which allows adding a background task. |
| CurrentUserName | Gets the name of the current user. |
| CurrentUserId | Gets the ID of the current user. |
| HashId | Gets the unique identifier of the object. |
| DateTimeFormat | The standard date time format |
| MultiValueSeparator | The multi value separator of the current project |
Methods
- GetDateTimeFieldValue
- Returns the single-value date and time field value.
- GetFieldValueAsString
- Returns the field value as a string. You can use any type of field.
- GetFieldValueAsString
- Returns the field value as a string. You can use any type of field.
- GetFieldType
- Returns the field type
- GetLanguage
- Returns the language of the user
- GetMultiDateTimeFieldValue
- Returns the multi-value date and time field value.
- GetMultiNumberFieldValue
- Returns the multi-value number field value.
- GetMultiStringFieldValue
- Returns the multi-value string field value (the label) for LOV and card fields.
- GetMultiStringFieldValue
- Returns the multi-value string field value (the label) for LOV and card fields.
- GetNumberFieldValue
- Returns the single-value number field value.
- GetStringFieldValue
- Returns the single-value string field value (the label) for LOV and card fields.
- GetStringFieldValue
- Returns the single-value string field value (the label) for LOV and card fields.
- IsFieldAvailable
- Indicates whether the field is available for retrieval.