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.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
    Type: System.Int32

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

  • BlogNames
    Type: System.Array

    Contains all blog names under the current account.

  • BlogIDs
    Type: System.Array

    Contains all blog IDs under the current account.

  • BlogURLs
    Type: System.Array

    Contains all blog URLs under the current account.

See Also

Reference

IBlogExtensibility Interface

IBlogExtensibility Members

Microsoft.Office.Core Namespace