IBlogExtensibility.BlogProviderProperties Method
Contains information about the provider.
Syntax
expression.BlogProviderProperties(BlogProvider, FriendlyName, CategorySupport, Padding, NoCredentials)
expression An expression that returns a IBlogExtensibility object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| BlogProvider | Required | String | The name of the blog provider. |
| FriendlyName | Required | String | Represents the name displayed in the user interface. |
| CategorySupport | Required | MsoBlogCategorySupport | Represents how many categories are supported by the provider. |
| Padding | Required | Boolean | Specifies whether table padding is recognized. |
| NoCredentials | Required | Boolean | Specifies whether credentials are required by the provider. |