SOLIDWORKS PDM Professional API Help Send Feedback
IEdmClearLocalCache3 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmClearLocalCache3 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 IEdmClearLocalCache3 
   Inherits IEdmClearLocalCacheIEdmClearLocalCache2 
C# 
public interface IEdmClearLocalCache3 : IEdmClearLocalCacheIEdmClearLocalCache2  
C++/CLI 
public interface class IEdmClearLocalCache3 : public IEdmClearLocalCacheIEdmClearLocalCache2  

Example

See the IEdmClearLocalCache examples.

Remarks

This interface extends IEdmClearLocalCache2.

See Also