Share via


WebFolderProperties.MergeInProgress Property

 

Gets a Boolean value specifying whether a merge is in progress.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

bool MergeInProgress { get; }
property bool MergeInProgress {
    bool get();
}
abstract MergeInProgress : bool with get
ReadOnly Property MergeInProgress As Boolean

Property Value

Type: System.Boolean

true if a merge is in progress; otherwise, false.

Remarks

The MergeInProgress indicates whether synchronization is in progress for the folder.

See Also

WebFolderProperties Interface
VsWebSite Namespace

Return to top