filecataloger.com > Script > Function -- AddBookmarkGroup

AddBookmarkGroup Function

Remarks:
Create a bookmark group under the specific file catalog group and return it.
Syntax:

Set bg = AddBookmarkGroup(BookmarkGroupName, ParentGroup)

Arguments:
Name Description
BookmarkGroupName the new bookmark group's name.
ParentGroup the specific file catalog parent group.
 
return value:
Value Description
bg the new bookmark group.
example:

Dim DBPath
DBPath = "c:\sample.fdb"

CreateDB(DBPath)
OpenDB(DBPath)

Set bg = AddBookmarkGroup("Bookmark", CatalogDB.CatalogRoot)

If IsOK Then MsgBox "The execution of AddBookmarkGroup Function is successful!"

   
See Also:

AddUsergroup Function

©2008 Greendgh Software. All rights reserved. Privacy statement