public interface IVersionItem
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
comments()
The check-in comment.
|
String |
date()
The check-in date using the server's date.
|
boolean |
isLocked()
Obsolete.
|
String |
time()
The check-in time using the server's time.
|
String |
user()
The user name of the user who performed the check-in.
|
String |
version()
The version checked in.
|
String comments()
The check-in comment.
Getter method for the COM property "Comments"
String version()
The version checked in.
Getter method for the COM property "Version"
boolean isLocked()
Obsolete. Always returns false.
Getter method for the COM property "IsLocked"
String date()
The check-in date using the server's date.
Getter method for the COM property "Date"
String user()
The user name of the user who performed the check-in.
Getter method for the COM property "User"
String time()
The check-in time using the server's time.
Getter method for the COM property "Time"
Copyright © 2020. All rights reserved.