Share via


Application.ResourceSharingPoolAction Method

Project Developer Reference

Performs actions on a resource pool.

Syntax

expression.ResourceSharingPoolAction(Action, FileName, ReadOnly)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Action Required Long The actions to perform on the resource pool. Can be one of the PjPoolAction constants.
FileName Optional String The file name of the resource pool on which to perform the action.
ReadOnly Optional Boolean True if the files specified with FileName are opened read-only.

Return Value
Boolean

See Also