IBlogExtensibility.GetUserBlogs Method
Returns the list and details of user blogs associated with the specified account.
Syntax
expression.GetUserBlogs(Account, ParentWindow, Document, userName, Password, BlogNames(), BlogIDs(), BlogURLs())
expression An expression that returns a IBlogExtensibility object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Account | Required | 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 | Required | Long | Contains the HWND for the window Microsoft Office Word is calling from. |
| Document | Required | Object | The current document. |
| userName | Required | String | Represents the username stored in the registry account settings. |
| Password | Required | String | Represents user's password stored in the registry account settings. |
| BlogNames() | Required | String | Contains all blog names under the current account. |
| BlogIDs() | Required | String | Contains all blog IDs under the current account. |
| BlogURLs() | Required | String | Contains all blog URLs under the current account. |