OrganizerMoveItem Method

Moves an item in the Organizer.

Syntax

expression**.OrganizerMoveItem(Type, FileName, ToFileName, Name, Task)**

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

Type    Optional Long. The type of item to move. Can be one of the following PjOrganizer constants: pjFields, 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 move.

ToFileName Required String. The name of the file where the item should be placed.

Name    Optional String. The name of the item to move. The default is to move all items specified with Type.

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 | OrganizerRenameItem Method