GetChildDbIds
Description
Returns the DBIDs of children workspace items. The argument for this method is a WorkspaceItemType value that specifies the type of children to return. The DBIDs can then be used with Workspace object methods.
Syntax
Perl
$folder->GetChildDbIds(itemType);
- Identifier
- Description
- folder
- A Folder object obtained from the current workspace.
- itemType
- A Long containing the workspace item type.
- Return value
- A reference to an array of strings is returned. Each String in the array contains the DBID of each child object.