ExecutionState.GetContentMetadata Method

Definition

Get the meta-data items from the content.

public abstract System.Collections.Generic.List<Microsoft.InformationProtection.Policy.MetadataEntry> GetContentMetadata (System.Collections.Generic.List<string> names, System.Collections.Generic.List<string> namePrefixes);
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)

Parameters

names
List<String>
namePrefixes
List<String>

Returns

A list of Metadata entries representing the meta data applied to the content.

Applies to