Class EasyCheckoutResult
The result of a checkout operation.
Inheritance
System.Object
EasyCheckoutResult
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Dolphin]
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<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()
Implements
System.IDisposable