IFolderActionCollection interface (pla.h)

Manages a collection of FolderAction objects.

To get this interface, access the IDataManager::FolderActions property.

Inheritance

The IFolderActionCollection interface inherits from the IDispatch interface. IFolderActionCollection also has these types of members:

Methods

The IFolderActionCollection interface has these methods.

 
IFolderActionCollection::Add

Adds a folder action to the collection.
IFolderActionCollection::AddRange

Adds one or more folder actions to the collection.
IFolderActionCollection::Clear

Removes all folder actions from the collection.
IFolderActionCollection::CreateFolderAction

Creates a folder action object.
IFolderActionCollection::get__NewEnum

Retrieves an interface to the enumeration. (IFolderActionCollection.get__NewEnum)
IFolderActionCollection::get_Count

Retrieves the number of folder actions in the collection.
IFolderActionCollection::get_Item

Retrieves the requested folder action from the collection.
IFolderActionCollection::Remove

Removes a folder action from the collection based on the specified index.

Remarks

You can add one or more IFolderAction instances. Each instance determines when a folder action occurs. For example, one instance can trigger folder actions to occur at week one (IFolderAction::Age is 7) and a second instance can trigger folder actions to occur at week 10 (Age is 10).

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