IBlogExtensibility.BlogProviderProperties Method
Contains information about the provider.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub BlogProviderProperties ( _
<OutAttribute> ByRef BlogProvider As String, _
<OutAttribute> ByRef FriendlyName As String, _
<OutAttribute> ByRef CategorySupport As MsoBlogCategorySupport, _
<OutAttribute> ByRef Padding As Boolean _
)
'Usage
Dim instance As IBlogExtensibility
Dim BlogProvider As String
Dim FriendlyName As String
Dim CategorySupport As MsoBlogCategorySupport
Dim Padding As Boolean
instance.BlogProviderProperties(BlogProvider, _
FriendlyName, CategorySupport, Padding)
void BlogProviderProperties(
out string BlogProvider,
out string FriendlyName,
out MsoBlogCategorySupport CategorySupport,
out bool Padding
)
Parameters
BlogProvider
Type: System.StringThe name of the blog provider.
FriendlyName
Type: System.StringRepresents the name displayed in the user interface.
CategorySupport
Type: Microsoft.Office.Core.MsoBlogCategorySupportRepresents how many categories are supported by the provider.
Padding
Type: System.BooleanSpecifies whether table padding is recognized.