ActiveReports 12 Server User Guide
IsLoggedIn Method
ActiveReports 12 Server User Guide > Web Service Library > ReportService > IsLoggedIn Method

Determines whether the security token is valid.

Syntax

C#
Copy Code
bool IsLoggedIn(string token);

Parameters

token
The security token to use.

Return Value

A Boolean value indicating whether the security token is valid.

See Also