IMetaWeblogAPIGetPost Method |
Gets a specific post of the specified blog.
Namespace: CMS.MetaWeblogProviderAssembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax 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:
MetaWeblogAPIObjectsPostSee Also