ProjWBSLockBoxSharePointOnline.getLockBoxFile Method [AX 2012]

Gets a lock box file's name.

public str getLockBoxFile(
    str companyName, 
    MSPFileSyncLinkType fileSyncLinkType, 
    RecId linkRecId, 
    str hierarchyId, 
   [boolean silentValidation])

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: str
The hierarchy Id of the linked entity.
silentValidation
Type: boolean
Check if silent validation should be used.

Return Value

Type: str
A string.

Abstract method.

Community Additions

ADD
Show: