IBlogExtensibility.GetRecentPosts Method

Definition

Returns the list of the user’s last fifteen blog posts that Microsoft Office Word then displays in the Open Existing Post dialog. This method does not actually return the blog post contents.

public:
 void GetRecentPosts(System::String ^ Account, int ParentWindow, System::Object ^ Document, [Runtime::InteropServices::Out] Array ^ % PostTitles, [Runtime::InteropServices::Out] Array ^ % PostDates, [Runtime::InteropServices::Out] Array ^ % PostIDs);
public void GetRecentPosts (string Account, int ParentWindow, object Document, out Array PostTitles, out Array PostDates, out Array PostIDs);
abstract member GetRecentPosts : string * int * obj * Array * Array * Array -> unit
Public Sub GetRecentPosts (Account As String, ParentWindow As Integer, Document As Object, ByRef PostTitles As Array, ByRef PostDates As Array, ByRef PostIDs As Array)

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 Office Word is calling from.

Document
Object

The current document.

PostTitles
Array

Contains the titles of the last fifteen posts.

PostDates
Array

Contains the dates of the last fifteen posts.

PostIDs
Array

Contains the IDs of the last fifteen posts.

Applies to