IFolderAction interface (pla.h)

Specifies the actions that the data manager is to take on each folder under the data collector set's root path if both conditions (age and size) are met.

To get this interface, call the IFolderActionCollection::CreateFolderAction method.

Inheritance

The IFolderAction interface inherits from the IDispatch interface.

Methods

The IFolderAction interface has these methods.

 
IFolderAction::get_Actions

Retrieves or sets the actions that the data manager is to take if both conditions (age and size) are met. (Get)
IFolderAction::get_Age

Retrieves or sets the interval to wait between applying the actions. (Get)
IFolderAction::get_SendCabTo

Retrieves or sets the destination of the cabinet file if the action is to send a cabinet file. (Get)
IFolderAction::get_Size

Retrieves or sets the minimum folder size that, when exceeded, initiates the actions. (Get)
IFolderAction::put_Actions

Retrieves or sets the actions that the data manager is to take if both conditions (age and size) are met. (Put)
IFolderAction::put_Age

Retrieves or sets the interval to wait between applying the actions. (Put)
IFolderAction::put_SendCabTo

Retrieves or sets the destination of the cabinet file if the action is to send a cabinet file. (Put)
IFolderAction::put_Size

Retrieves or sets the minimum folder size that, when exceeded, initiates the actions. (Put)

Remarks

To create the object from a script, use the Pla.FolderAction program identifier.

For an example that shows the XML that you can use to initialize this object if you call the IDataCollectorSet::SetXml method, see the Remarks section of IDataCollectorSet. When you specify the XML to create the object, you can specify only the elements for the properties that you want to set. If you do not specify a property, PLA provides a default value. When you retrieve the XML for the set, the XML includes all elements.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h