DeserializedHttpResponse T  IsSuccessStatusCode 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: 6.5.0.0 (6.5.0.5648)
Syntax

public bool IsSuccessStatusCode { get; }

Property Value

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