MetaWeblogAPI DeletePost Method Kentico 8.1 API Reference
Deletes a specific blog post on the server side.

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

key
Type: OnlineSystem String
This value is ignored. Required to keep blog compatibility
postid
Type: OnlineSystem String
ID of the post to delete
username
Type: OnlineSystem String
Name of the user performing action
password
Type: OnlineSystem String
Password to access user's account
publish
Type: OnlineSystem Boolean
This value is ignored. Required to keep blog compatibility

Return Value

Type: OnlineBoolean
See Also