Class CheckInActionParameters
Parameters for CheckIn action
Implements
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
public class CheckInActionParameters : DocumentActionParameters, IStringContent
Constructors
CheckInActionParameters()
Creates a new instance of this class
Declaration
public CheckInActionParameters()
Properties
CheckInReturnDocument
Defines which document to be returned.
Declaration
[Impala]
public CheckInReturnDocument CheckInReturnDocument { get; set; }
Property Value
Type | Description |
---|---|
CheckInReturnDocument |
Comments
Minor version of the document.
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentVersion
Check in version of the document
Declaration
public DocumentVersion DocumentVersion { get; set; }
Property Value
Type | Description |
---|---|
DocumentVersion |
MediaType
Declaration
public string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String |
Explicit Interface Implementations
IStringContent.GetStringContent()
Declaration
StringContent IStringContent.GetStringContent()
Returns
Type | Description |
---|---|
System.Net.Http.StringContent |