SiteCacheSettings.IsImportInProgress Property
Determines whether a content deployment import operation is currently in progress.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsImportInProgress As Boolean
Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean
value = instance.IsImportInProgress
public bool IsImportInProgress { get; }
Property Value
Type: System.Boolean