title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.OrganizerRenameItem method (Project) |
vbapj.chm130 |
|
project-server |
|
97ef4b63-a2fb-35ac-0a27-ebe8566fd28c |
06/08/2017 |
medium |
Renames an item in the Organizer.
expression. OrganizerRenameItem
( _Type_
, _FileName_
, _Name_
, _NewName_
, _Task_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Type | Optional | Long | The type of item to rename. Can be one of the PjOrganizer constants. The default value is pjViews. |
FileName | Required | String | The name of the file containing the item to rename. |
Name | Required | String | The name of the item to rename. |
NewName | Required | String | The new name for the item specified by Name. |
Task | Optional | Boolean | True if the item applies to tasks. False if the item applies to resources. The default value is True. |
Boolean
[!includeSupport and feedback]