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


Removes specified checked-in files and folders from the local file vault view cache. Only files that are not referenced by checked-out files are cleared.


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 IEdmClearLocalCache2 
   Inherits IEdmClearLocalCache 
C# 
public interface IEdmClearLocalCache2 : IEdmClearLocalCache  
C++/CLI 
public interface class IEdmClearLocalCache2 : public IEdmClearLocalCache  

Example

See the IEdmClearLocalCache examples.

Remarks

This interface:

See Also