Application.ResourceSharingPoolUpdate Method
Project Developer Reference |
Synchronizes the information in the sharer with the information in the resource pool.
Syntax
expression.ResourceSharingPoolUpdate(allSharers)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
allSharers | Optional | Boolean | True if the information from all open sharers is updated in the pool. False if only the information from sharers in the active project is updated in the pool. If AllSharers is omitted and only one sharer is open, that information is updated in the pool; otherwise, the user is prompted to specify whether all open sharers or just those in the active project should be updated in the pool. |
Return Value
Boolean
See Also