Table of Contents

Method Assign

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Assign(IBookMarks)

Copies the contents of the another BookMarks collection to the bookmark collection.

public virtual void Assign(IBookMarks source)

Parameters

source IBookMarks

Specifies bookmark collection to copy content from. Call Assign to replace contents of one IBookMarks instance to another. The Assign method deletes all items from the destination collection then adds a copy of each item in the source bookmark collection.