Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationOptions Class / AllowCreations Field


In This Topic
    AllowCreations Field
    In This Topic
    A boolean value indicating whether new files can be created during the synchronization process.
    Syntax
    'Declaration
     
    Public AllowCreations As Boolean
    'Usage
     
    Dim instance As SynchronizationOptions
    Dim value As Boolean
     
    value = instance.AllowCreations
     
    instance.AllowCreations = value
    public bool AllowCreations
    Remarks

    The default value of this field is true.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also