DeserializedHttpResponseTIsSuccessStatusCode Property DocuWare Platform .NET API
Gets a value indicating whether the response was successful.

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
public bool IsSuccessStatusCode { get; }

Property Value

Type: Boolean
true if the response was successful; otherwise, false.
See Also

Reference