SOLIDWORKS PDM Professional API Help Send Feedback
UseAutoClearCacheOption Property (IEdmClearLocalCache3)
See Also 
EPDM.Interop.epdm Namespace > IEdmClearLocalCache3 Interface : UseAutoClearCacheOption Property (IEdmClearLocalCache3)


Gets or sets whether to use the Clear Cache setting for the logged-in user.

Syntax

Visual Basic 
Property UseAutoClearCacheOption As System.Boolean
C# 
System.bool UseAutoClearCacheOption {get; set;}
C++/CLI 
property System.bool UseAutoClearCacheOption {
   System.bool get();
   void set ( &   System.bool value);
}

Property Value

True to use the Clear Cache setting, false to not

Example

See the IEdmClearLocalCache examples.

See Also