Click or drag to resize
ISessionItem Property
Gets or sets a session value by using the specified name.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
Object this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The key name of the session value.

Property Value

Type: Object
See Also