SOLIDWORKS PDM Professional API Help Send Feedback
IEdmHistory3 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmHistory3 Interface


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.

Syntax

Visual Basic 
Public Interface IEdmHistory3 
   Inherits IEdmHistoryIEdmHistory2 
C# 
public interface IEdmHistory3 : IEdmHistoryIEdmHistory2  
C++/CLI 
public interface class IEdmHistory3 : public IEdmHistoryIEdmHistory2  

Example

Remarks

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.

Accessors

IEdmVault7::CreateUtility

See Also