Concepts - File handlers in the MIP SDK. | Microsoft Learn
https://learn.microsoft.com/en-us/information-protection/develop/concept-handler-file-cpp
Supported File TypesFile Handler FunctionsRequirementsCreate A File HandlerRead A LabelSet A LabelMetadata requirements Metadata requirementsThere are a few requirements to successfully reading metadata from a file and translating in to something that can be used in applications. 1. The label being read must still exist in the Microsoft 365 service. If it's been deleted entirely, the SDK will fail to obtain information about that label a… GetLabelAsyncHaving created the handler to point to a specific file, we return to the promise/future pattern to asynchronously read the label. The promise is for a mip::ContentLabelobject that contains all of the information about the applied label. After instantiating the promise and future objects, we re…
Metadata requirementsThere are a few requirements to successfully reading metadata from a file and translating in to something that can be used in applications. 1. The label being read must still exist in the Microsoft 365 service. If it's been deleted entirely, the SDK will fail to obtain information about that label a…
GetLabelAsyncHaving created the handler to point to a specific file, we return to the promise/future pattern to asynchronously read the label. The promise is for a mip::ContentLabelobject that contains all of the information about the applied label. After instantiating the promise and future objects, we re…
DA: 54 PA: 79 MOZ Rank: 65