Click or drag to resize
MultiKeyDictionaryValueTypeGetMainKey Method
Gets the main object key for the given key.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
protected string GetMainKey(
	string key
)

Parameters

key
Type: SystemString
Key to find

Return Value

Type: String
See Also