SOLIDWORKS PDM Professional API Help Send Feedback
IEdmVersion5 Interface Members
See Also  Properties  Methods 
  
EPDM.Interop.epdm Namespace : IEdmVersion5 Interface

The following tables list the members exposed by IEdmVersion5.

Public Properties

 NameDescription
 PropertyCommentGets the comment that is entered during the check-in of this version.  
 PropertyFileDateGets the modification date for this version.  
 PropertyFileSizeGets the file size for this version.  
 PropertyHasRevisionGets whether this version has one or more revisions.  
 PropertyUserGets the user who checked in this version.  
 PropertyUserIDGets the ID of the user who checked in this version.  
 PropertyVersionDateGets the time when this version was created.  
 PropertyVersionNoGets the version number of this version.  
Top

Public Methods

 NameDescription
 MethodGetFileCopyRetrieves from the archive a copy of this version of a file and places it in the specified location.  
 MethodGetFirstRevisionPositionStarts an enumeration of the revisions of this version.  
 MethodGetNextRevisionGets the next revision set on this version in an enumeration.  
 MethodRollbackObsolete. Superseded by IEdmVersion6::Rollback2.  
Top

See Also