Class SynchronizationSettings
Inheritance
System.Object
SynchronizationSettings
Implements
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SynchronizationSettings : object, IStringContent
Constructors
SynchronizationSettings()
Creates a new instance of this class
Declaration
public SynchronizationSettings()
Properties
FieldMappings
Gets or sets field mappings.
Declaration
public List<FieldMapping> FieldMappings { get; set; }
Property Value
Type | Description |
---|---|
List<FieldMapping> |
Id
Document identity
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ImportNotMappedFields
Gets or sets a value indicating whether the fields which do not have mapping to be imported. If they are imported they will be imported with the same name.
Declaration
public bool ImportNotMappedFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
SynchronizationOperation
Gets or sets a value indicating whether the document' system fields to be replaced.
Declaration
public SynchronizationOperation SynchronizationOperation { get; set; }
Property Value
Type | Description |
---|---|
SynchronizationOperation |
SynchronizeFiles
Gets or sets a value indicating whether it is necessary to synchronize the files.
Declaration
public bool SynchronizeFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Explicit Interface Implementations
IStringContent.GetStringContent()
Declaration
StringContent IStringContent.GetStringContent()
Returns
Type | Description |
---|---|
StringContent |