ExecutionState.GetContentMetadataVersion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the highest metadata version supported by the application for the tenant. If a file format supports multiple versions of metadata, this allows MIP to understand all metadata and report granular metadata changes on a per-version basis.
public virtual Microsoft.InformationProtection.Policy.MetadataVersion GetContentMetadataVersion ();
public virtual uint GetContentMetadataVersion ();
abstract member GetContentMetadataVersion : unit -> Microsoft.InformationProtection.Policy.MetadataVersion
override this.GetContentMetadataVersion : unit -> Microsoft.InformationProtection.Policy.MetadataVersion
abstract member GetContentMetadataVersion : unit -> uint32
override this.GetContentMetadataVersion : unit -> uint32
Public Overridable Function GetContentMetadataVersion () As MetadataVersion
Public Overridable Function GetContentMetadataVersion () As UInteger