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.
VBScript
folder.GetChildDbIds itemType
Perl
$folder->GetChildDbIds(itemType);