Updates information on specified blog post.
Namespace: CMS.MetaWeblogProviderAssembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- postid
- Type: System String
ID of the post to update
- username
- Type: System String
Name of the user performing action
- password
- Type: System String
Password to access user's account
- post
- Type: CMS.MetaWeblogProvider MetaWeblogAPIObjects Post
Blog post info
- publish
- Type: System Boolean
Indicates whether the blog post should be published. If false it is a draft post
Return Value
Type: BooleanSee Also