Allows you to update revision numbers on many files all at once.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmRevisionMgr | |
| C# | |
|---|---|
public interface IEdmRevisionMgr | |
| C++/CLI | |
|---|---|
public interface class IEdmRevisionMgr | |
This interface:
- inherits from IDispatch. See IDispatch Interface (Automation).
- is extended by IEdmRevisionMgr2.
- is more efficient than calling IEdmFile5::IncrementRevision for each file whose revision number you want to update.
Typical usage of this interface:
- Access this interface by calling IEdmVault7::CreateUtility, setting eType to EdmUtility.EdmUtil_RevisionMgr.
- Call IEdmRevisionMgr::SetRevisionCounters for each file whose revision counters you want to set.
- Call IEdmRevisionMgr::IncrementRevision for each file whose revision you want to increment.
- Call IEdmRevisionMgr::Commit to commit all of the changes to the database.