Class CheckInActionParameters
Parameters for CheckIn action
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
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 |