Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.2 KB

Project.Application.OrganizerDeleteItem.md

File metadata and controls

42 lines (27 loc) · 1.2 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.OrganizerDeleteItem method (Project)
vbapj.chm128
vbapj.chm128
project-server
Project.Application.OrganizerDeleteItem
7c243672-0e31-e224-eadd-3545f7efcde4
06/08/2017
medium

Application.OrganizerDeleteItem method (Project)

Deletes an item from the Organizer.

Syntax

expression. OrganizerDeleteItem( _Type_, _FileName_, _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 delete. Can be one of the PjOrganizer constants. The default value is pjViews.
FileName Required String The name of the file containing the item to delete.
Name Required String The name of the item to delete.
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]