Class ImportSettings
Inheritance
System.Object
ImportSettings
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> |
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 |