GetWorkspaceItemDbIdList
Description
Returns a list of DBIDs of workspace items based on the input criteria.
Note: For more information on DBIDs, see Working with records
Syntax
Perl
$workspace->GetWorkspaceItemDbIdList(folder_type, item_type,
parent_dbid, entdef_name);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- folder_type
- A Long containing the folder type as enumerated
by WorkspaceFolderType. The workspace folder types are:
Public folder items (_WORKSPACE_PUBLIC_FOLDER = 1)
Personal folder items (_WORKSPACE_USER_FOLDER = 2)
- item_type
- A Long containing a WorkspaceItemType enumerated constant.
- parent_dbid
- A Long corresponding to the DBID of the parent folder. Set this to 0 for retrieving top folders.
- entdef_name
- A String containing the EntityDef name associated with the workspace item. This argument can be empty.
- Return value
-
Returns a reference to an array of strings containing the DBID list.