ExecutionState.GetContentMetadata Method
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.
Get the meta-data items from the content.
C#
public abstract System.Collections.Generic.List<Microsoft.InformationProtection.Policy.MetadataEntry> GetContentMetadata (System.Collections.Generic.List<string> names, System.Collections.Generic.List<string> namePrefixes);
C#
public abstract System.Collections.Generic.List<Microsoft.InformationProtection.MetadataEntry> GetContentMetadata (System.Collections.Generic.List<string> names, System.Collections.Generic.List<string> namePrefixes);
abstract member GetContentMetadata : System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> System.Collections.Generic.List<Microsoft.InformationProtection.Policy.MetadataEntry>
abstract member GetContentMetadata : System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> System.Collections.Generic.List<Microsoft.InformationProtection.MetadataEntry>
Public MustOverride Function GetContentMetadata (names As List(Of String), namePrefixes As List(Of String)) As List(Of MetadataEntry)
A list of Metadata entries representing the meta data applied to the content.
Produkt | Verzie |
---|---|
Microsoft.InformationProtection | 1.6.152, 1.7.133, 1.8.94, 1.9.78, 1.10.93, 1.11.53, 1.12.61, 1.13.161, 1.14.108, 1.15.107, 1.16.126 |