PersistentStorageHelperGetValue Method |
Gets the value of persistent item identified by key.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static Object GetValue(
string key
)
Parameters
- key
- Type: SystemString
Persistent item key
Return Value
Type:
ObjectSee Also