Class DocumentContent
Inheritance
System.Object
DocumentContent
Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentContent : object
Properties
Embedded
Declaration
public List<XElementWrapper> Embedded { get; set; }
Property Value
Type | Description |
---|---|
List<XElementWrapper> |
metadata
Declaration
public List<KeyValuePair> metadata { get; set; }
Property Value
Type | Description |
---|---|
List<KeyValuePair> |
Pages
Declaration
public List<PageContent> Pages { get; set; }
Property Value
Type | Description |
---|---|
List<PageContent> |