IBlogExtensibility.GetRecentPosts 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.
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.