This topic contains the following sections.
- px_dl_chatRoom_countUsersInRoom
- px_dl_collection_getNestingDepth
- px_dl_getFileExtension
- px_dl_getFileWorkspaceID
- px_dl_getPK
- px_dl_getReferencedObject
- px_dl_getTableName
- px_dl_getTableType
- px_dl_getThumbnail
- px_dl_task_getUsers
- px_getUnicodeBytes
- px_getUserUploadedBytes
- px_global_displayName
- px_intToHex
- px_ws_getGlobalID
- px_ws_getTotalBytes
- px_ws_isMember
- px_ws_workspace_getNestingDepth
px_dl_chatRoom_countUsersInRoom
Returns the number of chat users that are in the given room.
px_dl_collection_getNestingDepth
Gets a value which indicates how deeply nested the given Collection is in the folder hierarchy
px_dl_getFileExtension
Returns the file extension of a given pathname. Supports 3 or 4 character file extensions only.
px_dl_getFileWorkspaceID
Gets ID of the workspace that contains the "data" for the given Library object in the case that the object is a shortcut (instance = 1).
px_dl_getPK
Gets the name of the primary key of the table that the given object is.
See px_dl_getTableName.
px_dl_getReferencedObject
For objects that are shortcuts, this function returns the object that is referenced. (ie. The object where instance = 0).
px_dl_getTableName
Gets the name of the table that the given object is.
px_dl_getTableType
Gets the name of the type of table that the given object is. There are three types of tables that this function returns:
- DL_LibraryObj
- DL_CollaborationObj
- DL_Collection
px_dl_getThumbnail
Gets name of the thumbnail associated with this Library or Collaboration object.
px_dl_task_getUsers
Returns a table indicating which users are assigned to the given task. The table has one column fullName.
px_getUnicodeBytes
Returns a string representing the unicode byte values that comprise the input string.
See px_intToHex.
px_getUserUploadedBytes
Returns the total number of bytes that the given user has uploaded.
px_global_displayName
Returns a concatenation of the two given names, @firstName and @lastName and ensures that spacing is correct.
px_intToHex
Takes an integer as input and creates a hexadecimal string that represents the value.
px_ws_getGlobalID
Returns the ID of the global Workspace.
px_ws_getTotalBytes
Returns the total number of bytes uploaded in the given workspace.
px_ws_isMember
Gets a value indicating whether the given user is an approved member of the given workspace. If the workspace allows anonymous users (anonAccess = 1), this function will return 1.
px_ws_workspace_getNestingDepth
Gets a value indicating how deeply nested the given Workspace is in the hierarchy
