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.
Remarque : This method became available in version 7.1.0.
Syntaxe
VBScript
folder.GetChildDbIds itemType
Perl
$folder->GetChildDbIds(itemType);
- Identificateur
- Description
- dossier
- A Folder object obtained from the current workspace.
- itemType
- A Long containing the workspace item type.
- Valeur de retour
- For Visual Basic, Returns a Variant containing an Array
whose elements are strings. Each String contains the DBID of each child object.
Dans Perl,
référence à un tableau de chaînes. Each String in the array contains
the DBID of each child object.