Click or drag to resize
MetaWeblogAPIGetPost 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#
public 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

Implements

IMetaWeblogAPIGetPost(String, String, String)
See Also