cancel
Showing results for 
Search instead for 
Did you mean: 

how Assigning Bookmarks to Folders

Former Member
0 Kudos

hi experts,

I want to assign bookmark to folder by using the followin script  :

Bookmark.assignToFolder(folderId, bookmarkId);

but the book


var id = Bookmark.saveBookmark(INPUT_BOOK.getValue());

Bookmark.assignToFolder("M1X7w0kADoHiAN8AugAAWmMBAoBPIRIAAAA", DDL_LST.getSelectedValue());

but it doesn't work the bookmark is saved in the root

Have you any idea to how fix it

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

resolved

  1. var id = Bookmark.saveBookmark(INPUT_BOOK.getValue()); 
  2. Bookmark.assignToFolder("M1X7w0kADoHiAN8AugAAWmMBAoBPIRIAAAA", id)

Answers (0)