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
bool MergeInProgress { get; }
property bool MergeInProgress {
bool get ();
}
abstract MergeInProgress : bool with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.