filecataloger.com > Script > Object -- File Catalog Group Object

File Catalog Group Object

Remarks:
The object represents a file catalog group in FileCataloger.
Property:
Name Description
SubItems Retrieve the sub items of a file catalog group object.
Subgroups Retrieve the sub groups of a file catalog group object.
example:

Dim cgl, cil
Set cil = CatalogDB.CatalogRoot.SubItems
Set cgl = CatalogDB.CatalogRoot.Subgroups

Dim Msg
Msg = "Count of CatalogGroup'SubItems is " & cil.Count & vbCrLf
Msg = Msg & "Count of CatalogGroup'Subgroups is " & cgl.Count & vbCrLf

MsgBox Msg

   
See Also:

File Catalog Item Object

©2008 Greendgh Software. All rights reserved. Privacy statement