ContentType.GetMetadata(String) Method

Definition

Access metadata in convenient way

public:
 System::String ^ GetMetadata(System::String ^ metadataName);
public string GetMetadata (string metadataName);
member this.GetMetadata : string -> string
Public Function GetMetadata (metadataName As String) As String

Parameters

metadataName
String

The name of the metadata whose value is to be retrieved.

Returns

The value of the given metadata name, or null if the name isn't found in the metadata.

Applies to