Click or drag to resize
RegisterCMSApiControllerAttributeRequiresSessionState Property
Gets or sets value that defines if the target API controller requires read and write access to session-state values. Default value is true.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 12.0.0
Syntax
C#
public bool RequiresSessionState { get; set; }

Property Value

Type: Boolean
See Also