Click or drag to resize
SynchronizationOperation Enumeration
Define the operation that will be applied on synchronizing.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public enum SynchronizationOperation
Members
  Member nameValueDescription
Add0 Specifies that the synchronization will apply ADD opration.
Replace1 Specifies that the synchronization will apply Replace opration.
Remarks