IUserSessionExists Method
|
Checks whether an object with given unique ids exists or not
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction Exists (
id As String
) As Boolean
bool Exists(
String^ id
)
abstract Exists :
id : string -> bool Parameters
- id String
- ID of the entity document to test for existence
Return Value
BooleanReturns true if the
entity document exists
See Also