Skip to content

CMS_GetLinkedPackages

The function returns which packages is linked to the current Unit

CMS_GetLinkedPackages() As Boolean

Result will be stored in gaValue

If bStatus Then bStatus = CMS_GetLinkedPackages()
For index = LBound(gaValue) to UBound(gaValue)
xStatus = Job_WriteLog("Custom", "Index #" & index & ": '" & cStr(gaValue(index)) & "'", bStatus, True)
Next

Scripting Guidelines

Constants Package Property Variables Business Unit support