Win32_OfflineFilesSuspendInfo class

Determines whether an item is suspended or not and, if so, if it is a suspended root or not. An instance of this class is obtained through the SuspendInfo property of the Win32_OfflineFilesItem object.

Only share, directory, and file items can be suspended. Server items cannot be suspended.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[dynamic, provider("Win32_OfflineFilesProvider"), AMENDMENT]
class Win32_OfflineFilesSuspendInfo
{
  boolean Suspended;
  boolean SuspendedRoot;
};

Members

The Win32_OfflineFilesSuspendInfo class has these types of members:

Properties

The Win32_OfflineFilesSuspendInfo class has these properties.

Suspended

Data type: boolean

Access type: Read-only

TRUE if the item is suspended, or FALSE otherwise.

SuspendedRoot

Data type: boolean

Access type: Read-only

TRUE if the item is a suspended root, or FALSE otherwise. If the item is not suspended, this value is always FALSE.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMv2
MOF
OfflineFilesWmiProvider.mof
DLL
CscObj.dll

See also

Offline Files WMI Provider Reference