Returns true if the specified user's session ID has WCPP installed; otherwise false.

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public static bool UserHasWcpp(
	string sessionId
)
Visual Basic
Public Shared Function UserHasWcpp ( _
	sessionId As String _
) As Boolean
Visual C++
public:
static bool UserHasWcpp(
	String^ sessionId
)

Parameters

sessionId
Type: System..::..String
The user's session ID.

Return Value

true if the specified user's session ID has WCPP installed; otherwise false.

See Also