MagicCMS Documentation

MagicKeyword..::..Update Method (Int32, String, String)

Updates the specified Post keywords.

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

Syntax


public static bool Update(
	int contentPk,
	string keywords,
	string langId
)

Parameters

contentPk
Type: Int32
The id of related post.
keywords
Type: String
Comma separated list of keywords.
langId
Type: String
The language identifier.

Return Value

Boolean.