Contains C API definitions for content label.
Gets time when label was applied.
Gets generic label properties from a content label instance.
Gets whether or not a protection was applied by a label.
Gets extended properties.
Gets label assignment method.
- Parameters
-
contentLabel | Label |
creationTime | [Output] Time when label was applied to document (in seconds since epoch) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
contentLabel | Label |
assignmentMethod | [Output] Assignment method (e.g. 'standard' or 'privileged') |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
contentLabel | Label |
properties | [Output] Dictionary of extended properties, memory owned by caller |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- The 'properties' variable must be released by the caller by calling MIP_CC_ReleaseDictionary
- Parameters
-
contentLabel | Label |
isProtectionAppliedByLabel | [Output] If document is protected and the protection was explicitly applied by this label. |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
contentLabel | Label |
label | [Output] Generic label, memory owned by caller |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- The 'label' variable must be released by the caller by calling MIP_CC_ReleaseLabel