AdhocRenderingFileMetaData Property DocuWare Platform .NET API
Gets the meta data for the file. This usually contains the entries from the user dictionary of a PDF file or the meta data settings from a MS word file.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[XmlArrayItemAttribute("Entry", Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = false)]
public List<KeyValuePair> MetaData { get; set; }

Property Value

Type: ListKeyValuePair
See Also

Reference