IBlogExtensibility.GetCategories Method
This method returns the list of blog categories for an account so Microsoft Office Word can populate the categories dropdown list.
Syntax
expression.GetCategories(Account, ParentWindow, Document, userName, Password, Categories())
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. |
| ParentWindow | Required | Long | Represents the HWND of the host window. |
| 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. |
| Categories() | Required | String | A list of categories supported by the provider. |
Remarks
Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.