Namespace: MonoSoftware.MonoX.MetaWeblog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
bool DeletePost(
	string key,
	string postid,
	string username,
	string password,
	bool publish
)
Visual Basic
Function DeletePost ( 
	key As String,
	postid As String,
	username As String,
	password As String,
	publish As Boolean
) As Boolean
Visual C++
bool DeletePost(
	String^ key, 
	String^ postid, 
	String^ username, 
	String^ password, 
	bool publish
)
F#
abstract DeletePost : 
        key : string * 
        postid : string * 
        username : string * 
        password : string * 
        publish : bool -> bool 

Parameters

key
Type: System..::..String
postid
Type: System..::..String
username
Type: System..::..String
password
Type: System..::..String
publish
Type: System..::..Boolean

Return Value

Type: Boolean

See Also