IBlogExtensibility.GetUserBlogs Method

Definition

Returns the list and details of user blogs associated with the specified account.

public:
 void GetUserBlogs(System::String ^ Account, int ParentWindow, System::Object ^ Document, [Runtime::InteropServices::Out] Array ^ % BlogNames, [Runtime::InteropServices::Out] Array ^ % BlogIDs, [Runtime::InteropServices::Out] Array ^ % BlogURLs);
public void GetUserBlogs (string Account, int ParentWindow, object Document, out Array BlogNames, out Array BlogIDs, out Array BlogURLs);
abstract member GetUserBlogs : string * int * obj * Array * Array * Array -> unit
Public Sub GetUserBlogs (Account As String, ParentWindow As Integer, Document As Object, ByRef BlogNames As Array, ByRef BlogIDs As Array, ByRef BlogURLs As Array)

Parameters

Account
String

Represents the GUID of the account registry key. Blog account settings are stored in the registry at \HKCU\Software\Microsoft\Office\Common\Blog\Account.

ParentWindow
Int32

Contains the HWND for the window Microsoft Office Word is calling from.

Document
Object

The current document.

BlogNames
Array

Contains all blog names under the current account.

BlogIDs
Array

Contains all blog IDs under the current account.

BlogURLs
Array

Contains all blog URLs under the current account.

Applies to