1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. ContainerItem
  8. /
  9. GetMetadataValue

GetMetadataValue

ContainerItem.GetMetadataValue method

Gets the metadata value.

public string GetMetadataValue(string name)
Parameter Type Description
name String The name of the metadata.

Return Value

A string value that represents the value of the metadata item; null if the metadata with this name isn’t found.

See Also