Class ImportSettings
Inheritance
System.Object
ImportSettings
Implements
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ImportSettings : object, IStringContent
Constructors
ImportSettings()
Creates a new instance of this class
Declaration
public ImportSettings()
Properties
FieldMappings
Gets or sets field mappings.
Declaration
public List<FieldMapping> FieldMappings { get; set; }
Property Value
Type | Description |
---|---|
List<FieldMapping> |
MediaType
Declaration
public string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String |
PreserveSystemFields
Gets or sets a value indicating whether the document' system fields to be replaced.
Declaration
public bool PreserveSystemFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Explicit Interface Implementations
IStringContent.GetStringContent()
Declaration
StringContent IStringContent.GetStringContent()
Returns
Type | Description |
---|---|
StringContent |