Allows you to access the versions and revisions of a file.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmEnumeratorVersion5 | |
| C# | |
|---|---|
public interface IEdmEnumeratorVersion5 | |
| C++/CLI | |
|---|---|
public interface class IEdmEnumeratorVersion5 | |
Get File Version Information (C#)
Get File Version Information (VB.NET)
Get Revision Names for Local Version of File (C#)
Get Revision Names for Local Version of File (VB.NET)
Get File Version Information (VB.NET)
Get Revision Names for Local Version of File (C#)
Get Revision Names for Local Version of File (VB.NET)
This interface inherits from IDispatch. See IDispatch Interface (Automation).
To access this interface, cast an IEdmFile5 object to this interface.
A new version of a file is created every time the file has been modified and checked in. Versions are denoted by numbers (1,2,3,..,N). In addition to versions, users can also set up revisions. Revisions are user-friendly names that can be set on versions of files.
This interface is extended by IEdmEnumeratorVersion6.