Allows you to access the sorted 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 IEdmHistory3 Inherits IEdmHistory, IEdmHistory2 | |
| C# | |
|---|---|
public interface IEdmHistory3 : IEdmHistory, IEdmHistory2 | |
| C++/CLI | |
|---|---|
public interface class IEdmHistory3 : public IEdmHistory, IEdmHistory2 | |
This interface extends IEdmHistory2 by providing:
- support for Web 2 applications,
- the ability to get a sorted history listing, and
- the ability to get the event description of a history item.
To access this interface, call IEdmVault7::CreateUtility with eType set to EdmUtility.EdmUtil_History.
IEdmVault7::CreateUtility