public interface IVersionData
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
checkedInBy()
The user name of the user who performed the check-in.
|
String |
checkedOutBy()
The user name of the user who performed the check-out.
|
String |
checkInComment()
The check-in comment.
|
Object |
checkInDate()
The check-in date according to the server clock.
|
String |
checkOutComment()
The check-out comment.
|
Object |
checkOutDate()
The check-out date according to the server clock.
|
boolean |
isCheckedOut()
Checks whether this version is checked out for editing.
|
boolean |
isCurrent()
Checks whether this is the latest checked-in version.
|
int |
versionNumber()
The version number.
|
int versionNumber()
The version number.
Getter method for the COM property "VersionNumber"
Object checkInDate()
The check-in date according to the server clock.
Getter method for the COM property "CheckInDate"
Object checkOutDate()
The check-out date according to the server clock.
Getter method for the COM property "CheckOutDate"
String checkInComment()
The check-in comment.
Getter method for the COM property "CheckInComment"
String checkOutComment()
The check-out comment.
Getter method for the COM property "CheckOutComment"
String checkedInBy()
The user name of the user who performed the check-in.
Getter method for the COM property "CheckedInBy"
String checkedOutBy()
The user name of the user who performed the check-out.
Getter method for the COM property "CheckedOutBy"
boolean isCheckedOut()
Checks whether this version is checked out for editing.
Getter method for the COM property "IsCheckedOut"
boolean isCurrent()
Checks whether this is the latest checked-in version.
Getter method for the COM property "IsCurrent"
Copyright © 2020. All rights reserved.