MagicCMS Documentation

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

Gets the keywords filtered by a partial match.

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

Syntax


public static List<string> GetKeywords(
	string key
)

Parameters

key
Type: String
Partial match. If key is an ampty string all keywords are returned.

Return Value

List<System.String>.