Win32_OfflineFilesChangeInfo class
Represents the information associated with local changes made to an item while working offline. An instance of this class is obtained through the ChangeInfo property of the Win32_OfflineFilesItem object.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[dynamic, provider("Win32_OfflineFilesProvider"), AMENDMENT]
class Win32_OfflineFilesChangeInfo
{
boolean Dirty;
boolean DeletedOffline;
boolean CreatedOffline;
boolean ModifiedData;
boolean ModifiedAttributes;
boolean ModifiedTime;
};
Members
The Win32_OfflineFilesChangeInfo class has these types of members:
Properties
The Win32_OfflineFilesChangeInfo class has these properties.
-
CreatedOffline
-
-
Data type: boolean
-
Access type: Read-only
TRUE if the item was created in the Offline Files cache while working offline, or FALSE otherwise.
-
-
DeletedOffline
-
-
Data type: boolean
-
Access type: Read-only
TRUE if the item was deleted from the Offline Files cache while working offline, or FALSE otherwise.
-
-
Dirty
-
-
Data type: boolean
-
Access type: Read-only
TRUE if the item was modified while working offline, or FALSE otherwise. When an item is modified offline, it is marked as "dirty." Such items must be synchronized to clear this "dirty" property on the item. The Offline Files service automatically synchronizes items when an offline scope transitions to online. When the item is synchronized, this property is set to FALSE.
-
-
ModifiedAttributes
-
-
Data type: boolean
-
Access type: Read-only
TRUE if one or more of the item's attributes were modified in the Offline Files cache while working offline, or FALSE otherwise.
-
-
ModifiedData
-
-
Data type: boolean
-
Access type: Read-only
TRUE if the item was modified in the Offline Files cache while working offline, or FALSE otherwise.
-
-
ModifiedTime
-
-
Data type: boolean
-
Access type: Read-only
TRUE if one or more of the item's time values were modified in the Offline Files cache while working offline, or FALSE otherwise.
-
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMv2 |
MOF |
|
DLL |
|