Allows you to access the history listing of files or folders.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmHistory2 Inherits IEdmHistory | |
| C# | |
|---|---|
public interface IEdmHistory2 : IEdmHistory | |
| C++/CLI | |
|---|---|
public interface class IEdmHistory2 : public IEdmHistory | |
This interface:
- Extends IEdmHistory by adding the ability to roll back a file.
- Is extended by IEdmHistory3.
To access this interface, call IEdmVault7::CreateUtility with eType set to EdmUtility.EdmUtil_History.