MagicCMS Documentation

MagicIndex..::..UpdatePostTitle Method

Updates or insert a post title and its translations in the titles table.

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

Syntax


public static bool UpdatePostTitle(
	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.