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

'Declaration
ReadOnly Property MergeInProgress As Boolean
    Get
bool MergeInProgress { get; }
property bool MergeInProgress {
    bool get ();
}
abstract MergeInProgress : bool
function get MergeInProgress () : 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.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

VsWebSite Namespace