Method Assign
- Namespace
 - Alternet.Editor.TextSource
 
- Assembly
 - Alternet.Editor.v10.dll
 
Assign(IBookMarks)
Copies the contents of the another BookMarks collection to the bookmark collection.
public virtual void Assign(IBookMarks source)
Parameters
sourceIBookMarksSpecifies bookmark collection to copy content from. Call
Assignto replace contents of oneIBookMarksinstance to another. TheAssignmethod deletes all items from the destination collection then adds a copy of each item in the source bookmark collection.