ProjWBSLockBoxSharePointOnline.createNew Method [AX 2012]

Creates new project.

public void createNew(
    SysProjectApplication project, 
    str linkName, 
    str linkId, 
    str company, 
    MSPFileSyncLinkType fileSyncLinkType, 
    RecId linkRecId, 
    str hierarchyId, 
    COM addinObject)

Run On

Called

Parameters

project
Type: SysProjectApplication Class
References to MS Project.
linkName
Type: str

linkId
Type: str

company
Type: str
The company context.
fileSyncLinkType
Type: MSPFileSyncLinkType Enumeration
The link type.
linkRecId
Type: RecId Extended Data Type

hierarchyId
Type: str
The associated hierarchy ID.
addinObject
Type: COM Class
A reference to the COM object addin.

Abstract method.

Community Additions

ADD
Show: