Click or drag to resize
CheckInActionParameters Class
Parameters for CheckIn action
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class CheckInActionParameters : DocumentActionParameters

The CheckInActionParameters type exposes the following members.

Constructors
  NameDescription
Public methodCheckInActionParameters
Initializes a new instance of the CheckInActionParameters class
Top
Properties
  NameDescription
Public propertyComments
Minor version of the document.
Public propertyDocumentVersion
Check in version of the document
Top
Remarks