IBlogExtensibility.GetUserBlogs Method
Returns the list and details of user blogs associated with the specified account.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub GetUserBlogs ( _
Account As String, _
ParentWindow As Integer, _
Document As Object, _
<OutAttribute> ByRef BlogNames As Array, _
<OutAttribute> ByRef BlogIDs As Array, _
<OutAttribute> ByRef BlogURLs As Array _
)
'Usage
Dim instance As IBlogExtensibility
Dim Account As String
Dim ParentWindow As Integer
Dim Document As Object
Dim BlogNames As Array
Dim BlogIDs As Array
Dim BlogURLs As Array
instance.GetUserBlogs(Account, ParentWindow, _
Document, BlogNames, BlogIDs, BlogURLs)
void GetUserBlogs(
string Account,
int ParentWindow,
Object Document,
out Array BlogNames,
out Array BlogIDs,
out Array BlogURLs
)
Parameters
Account
Type: System.StringRepresents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.
ParentWindow
Type: System.Int32Contains the HWND for the window Microsoft Office Word is calling from.
Document
Type: System.ObjectThe current document.
BlogNames
Type: System.ArrayContains all blog names under the current account.
BlogIDs
Type: System.ArrayContains all blog IDs under the current account.
BlogURLs
Type: System.ArrayContains all blog URLs under the current account.