IBlogExtensibility.RepublishPost 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.
Hands off the current post so it can be republished by the provider.
public:
void RepublishPost(System::String ^ Account, int ParentWindow, System::Object ^ Document, System::String ^ PostID, System::String ^ xHTML, System::String ^ Title, System::String ^ DateTime, Array ^ Categories, bool Draft, [Runtime::InteropServices::Out] System::String ^ % PublishMessage);
public void RepublishPost (string Account, int ParentWindow, object Document, string PostID, string xHTML, string Title, string DateTime, Array Categories, bool Draft, out string PublishMessage);
abstract member RepublishPost : string * int * obj * string * string * string * string * Array * bool * string -> unit
Public Sub RepublishPost (Account As String, ParentWindow As Integer, Document As Object, PostID As String, xHTML As String, Title As String, DateTime As String, Categories As Array, Draft As Boolean, ByRef PublishMessage As String)
Parameters
- Account
- String
Represents the GUID of the account registry key. Blog account settings are stored in the registry at \HKCU\Software\Microsoft\Office\Common\Blog\Account.
- ParentWindow
- Int32
Contains the HWND for the window Microsoft Office Word is calling from.
- Document
- Object
The current document.
- PostID
- String
The ID of the original post.
- xHTML
- String
Represents the xHTML of the current document.
- Title
- String
The title of the post.
- DateTime
- String
The date the entry was posted.
- Categories
- Array
A list of categories supported by the provider.
- Draft
- Boolean
Specifies whether this is a draft version of the post.
- PublishMessage
- String
Specifies what is displayed in the publish bar.