CacheLogGetValue Method (Page, Object, Object) |
Gets the item value.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static string GetValue(
Page page,
Object key,
Object value
)
Parameters
- page
- Type: System.Web.UIPage
Page object - key
- Type: SystemObject
Key - value
- Type: SystemObject
Value
Return Value
Type:
StringSee Also