FolderActionSteps enumeration
Defines the action that the data manager takes when both the age and size limits are met.
Syntax
typedef enum { plaCreateCab = 0x01, plaDeleteData = 0x02, plaSendCab = 0x04, plaDeleteCab = 0x08, plaDeleteReport = 0x10 } FolderActionSteps;
Constants
- plaCreateCab
-
Creates a cabinet file. The name of the cabinet file is nameofthesubfolder.cab.
- plaDeleteData
-
Deletes all files in the folder, except the report and cabinet file.
- plaSendCab
-
Sends the cabinet file to the location specified in the IFolderAction::SendCabTo property.
- plaDeleteCab
-
Deletes the cabinet file.
- plaDeleteReport
-
Deletes the report file.
Remarks
Specify one or more actions. The data manager applies the actions in the order in which they are defined in this enumeration.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
