IsTokenLoggedIn

This method returns a Boolean indicating whether the currently logged in user has permissions associated with the passed URL token.

 

JavaScript

 

IsTokenLoggedIn (

       Token)

 

C#

 

bool IsTokenLoggedIn (

       string Token)

 

C++

 

HRESULT IsTokenLoggedIn (

       BSTR* Token,

       VARIANT_BOOL pVal)

Parameters

Token

The URL token whose associated permissions are to be verified for the currently logged in user.

Return Value

pVal

A Boolean indicating whether the currently logged user has the permissions associated with the passed URL token.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.