Class EasyCheckoutResult
The result of a checkout operation.
Inheritance
System.Object
EasyCheckoutResult
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class EasyCheckoutResult : IDisposable
Properties
EncodedFileName
Gets the name of the encoded file.
Declaration
public string EncodedFileName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the encoded file. |
Response
Gets the response.
Declaration
public DeserializedHttpResponse<System.IO.Stream> Response { get; }
Property Value
Type | Description |
---|---|
DeserializedHttpResponse<System.IO.Stream> | The response. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()