ProjWBSLockBoxSharePointOnline.unlinkProject Method [AX 2012]

Unlinks an AX Project with a .mpp file.

public boolean unlinkProject(
    str companyName, 
    MSPFileSyncLinkType fileSyncLinkType, 
    RecId linkRecId, 
   [HierarchyIdBase hierarchyId])

Run On

Called

Parameters

companyName
Type: str
The company context.
fileSyncLinkType
Type: MSPFileSyncLinkType Enumeration
The link type.
linkRecId
Type: RecId Extended Data Type
The rec Id of the linked entity.
hierarchyId
Type: HierarchyIdBase Extended Data Type
The hierarchy Id of the linked entity.

Return Value

Type: boolean
A boolean.

Abstract method.

Community Additions

ADD
Show: