Click or drag to resize
DictionaryHelperGetFirstKey Method

Note: This API is now obsolete.

Gets the first key from the key list.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use EditableItems.GetFirstKey instead.")]
public static string GetFirstKey(
	string key
)

Parameters

key
Type: SystemString
Key

Return Value

Type: String
See Also