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


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.

Syntax

Visual Basic 
Public Interface IEdmHistory 
C# 
public interface IEdmHistory 
C++/CLI 
public interface class IEdmHistory 

Example

Remarks

This interface:

To access this interface, call IEdmVault7::CreateUtility with eType set to EdmUtility.EdmUtil_History.

Accessors

See Also