Click or drag to resize
WorkflowDesignerServiceGetBadRequestResponseTData Method (String)
Returns generic ServiceResponse with BadRequest type

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
protected ServiceResponse<TData> GetBadRequestResponse<TData>(
	string message
)

Parameters

message
Type: SystemString
Error message

Type Parameters

TData
Response generic type

Return Value

Type: ServiceResponseTData
See Also