Method Assign
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Assign(IBookMarks)
Copies the contents of the another BookMarks
collection to the bookmark collection.
public virtual void Assign(IBookMarks source)
Parameters
source
IBookMarksSpecifies bookmark collection to copy content from. Call
Assign
to replace contents of oneIBookMarks
instance to another. TheAssign
method deletes all items from the destination collection then adds a copy of each item in the source bookmark collection.