Show / Hide Table of Contents

    Class SynchronizationSettings

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

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top