Click or drag to resize
IMetaWeblogAPIGetPost Method
Gets a specific post of the specified blog.

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax
C#
MetaWeblogAPIObjectsPost GetPost(
	string postid,
	string username,
	string password
)

Parameters

postid
Type: SystemString
ID of the post to retrieve
username
Type: SystemString
Name of the user performing action
password
Type: SystemString
Password to access user's account

Return Value

Type: MetaWeblogAPIObjectsPost
See Also