Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.34 KB

Project.Application.OrganizerMoveItem.md

File metadata and controls

43 lines (28 loc) · 1.34 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.OrganizerMoveItem method (Project)
vbapj.chm127
vbapj.chm127
project-server
Project.Application.OrganizerMoveItem
a597c657-130e-2e7b-3837-7e3f95421af7
06/08/2017
medium

Application.OrganizerMoveItem method (Project)

Moves an item in the Organizer.

Syntax

expression. OrganizerMoveItem( _Type_, _FileName_, _ToFileName_, _Name_, _Task_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Type Optional Long The type of item to move. Can be one of the PjOrganizer constants. 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.

Return value

Boolean

[!includeSupport and feedback]