IBlogExtensibility.BlogProviderProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.