Class CheckInActionParameters
Parameters for CheckIn action
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CheckInActionParameters : DocumentActionParameters
Constructors
CheckInActionParameters()
Creates a new instance of this class
Declaration
public CheckInActionParameters()
Properties
CheckInReturnDocument
Defines which document to be returned.
Declaration
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 |