MagicCMS Documentation

MagicIndex..::..DeletePostTitle Method

Deletes a post title and its translations from the titles table.

Namespace:  MagicCMS.Routing
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public static bool DeletePostTitle(
	MagicPost mp,
	out string message
)

Parameters

mp
Type: MagicCMS.Core..::..MagicPost
The Magic Post.
message
Type: String%
Returned message.

Return Value

true if success, false otherwise.