Click or drag to resize
SynchronizationSettings Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSynchronizationSettings

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.10 [UNOFFICIAL BUILD]
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class SynchronizationSettings

The SynchronizationSettings type exposes the following members.

Constructors
  NameDescription
Public methodSynchronizationSettings
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyFieldMappings
Gets or sets field mappings.
Public propertyId
Document identity
Public propertyImportNotMappedFields
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.
Public propertyPreserveSystemFields
Gets or sets a value indicating whether the document' system fields to be replaced.
Public propertySynchronizationOperation
Gets or sets a value indicating whether the document' system fields to be replaced.
Top
Remarks