OrganizerRenameItem Method

Renames an item in the Organizer.

Syntax

expression**.OrganizerRenameItem(Type, FileName, Name, NewName, Task)**

*expression   *     Optional. An expression that returns an Application object.

Type    Optional Long. The type of item to rename. Can be one of the following PjOrganizer constants: pjViews, pjTables, pjFilters, pjGroups, pjModules, pjReports, pjCalendars, pjToolbars, pjForms, or pjMaps. 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 with Name.

Task    Optional Boolean. True if the item applies to tasks. False if the item applies to resources. The default value is True.

Applies to | Application Object

See Also | Organizer Method | OrganizerDeleteItem Method | OrganizerMoveItem Method