IBlogExtensibility.BlogProviderProperties Method

Definition

Contains information about the provider.

public:
 void BlogProviderProperties([Runtime::InteropServices::Out] System::String ^ % BlogProvider, [Runtime::InteropServices::Out] System::String ^ % FriendlyName, [Runtime::InteropServices::Out] Microsoft::Office::Core::MsoBlogCategorySupport % CategorySupport, [Runtime::InteropServices::Out] bool % Padding);
public void BlogProviderProperties (out string BlogProvider, out string FriendlyName, out Microsoft.Office.Core.MsoBlogCategorySupport CategorySupport, out bool Padding);
abstract member BlogProviderProperties : string * string * MsoBlogCategorySupport * bool -> unit
Public Sub BlogProviderProperties (ByRef BlogProvider As String, ByRef FriendlyName As String, ByRef CategorySupport As MsoBlogCategorySupport, ByRef Padding As Boolean)

Parameters

BlogProvider
String

The name of the blog provider.

FriendlyName
String

Represents the name displayed in the user interface.

CategorySupport
MsoBlogCategorySupport

Represents how many categories are supported by the provider.

Padding
Boolean

Specifies whether table padding is recognized.

Applies to