Returns true if the specified user's session ID has WCPP installed; otherwise false.
Namespace: Neodynamic.SDK.WebAssembly: 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
) |
Return Value
true if the specified user's session ID has WCPP installed; otherwise false.
See Also