Allows you to access the version and revision comments of files.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmHistoryUpdate | |
| C# | |
|---|---|
public interface IEdmHistoryUpdate | |
| C++/CLI | |
|---|---|
public interface class IEdmHistoryUpdate | |
This interface inherits from IDispatch. See IDispatch Interface (Automation).
To use this interface:
- Access this interface by calling IEdmVault7::CreateUtility with eType set to EdmUtility.EdmUtil_HistoryUpdate.
- Call IEdmHistoryUpdate::UpdateRevisionComment one or more times to add revision comments to the batch.
- Call IEdmHistoryUpdate::UpdateVersionComment one or more times to add version comments to the batch.
- Call IEdmHistoryUpdate::CommitUpdates to commit the batch of changes to the database.