Expand Minimize
This topic has not yet been rated - Rate this topic

Document.AddToFavorites Method

Creates a shortcut to the document and adds it to the Favorites folder.

Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in microsoft.office.tools.word.dll)

public virtual void AddToFavorites ()

The following code example adds the current document to the Favorites folder.

private void DocumentAddToFavorites()
{
    this.AddToFavorites();
}

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.