Click or drag to resize

IUserSessionExists Method


Checks whether an object with given unique ids exists or not

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool Exists(
	string id
)

Parameters

id
Type: SystemString
ID of the entity document to test for existence

Return Value

Type: Boolean
Returns true if the entity document exists
See Also