MagicCMS Documentation

MagicKeyword..::..GetKeywords Method (String, String)

Gets the keywords filtered by a partial match and language.

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

Syntax


public static List<string> GetKeywords(
	string key,
	string langId
)

Parameters

key
Type: String
Partial match. If key is an ampty string all keywords are returned.
langId
Type: String
Two or three characters language code.

Return Value

List<System.String>.