Request IsSupported Method (String )Bluefin Web Client API Documentation
Check to see, if the request is supported. Sets detailed message, if the request is not supported.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Overridable Function IsSupported ( _
	ByRef errorMessage As String _
) As Boolean

Parameters

errorMessage
Type: OnlineSystem String 
detailed message, if request is not supported.

Return Value

true, if the request is suppported or false otherwise
See Also