VersionItem Object
Description
Information on a specific version.
Remarks

Get a reference from VCS.CheckoutInfo.

Get a list of VersionItem objects from VCS.VersionsEx.

Public Properties
Public Property CommentsThe check-in comment.
Public Property DateThe check-in date using the server's date.
Public Property DateExThe check-in date and time using the server's time.
Public Property IsLockedObsolete. Always returns false.
Public Property TimeThe check-in time using the server's time.
Public Property UserThe user name of the user who performed the check-in.
Public Property VersionThe version checked in.
See Also