AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSBasePage..::..PageSessionObjectExists Method

Determines whether a page session object exists for the specified key.

Namespace:  AdvantageCMS.Core.Admin
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public bool PageSessionObjectExists(
	string key
)

Parameters

key
Type: String
The key.

Return Value

true if a page session object with the specified key exists; otherwise, false.