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.| Visual Basic | |
|---|---|
Public Interface IEdmClearLocalCache3 Inherits IEdmClearLocalCache, IEdmClearLocalCache2 | |
| C# | |
|---|---|
public interface IEdmClearLocalCache3 : IEdmClearLocalCache, IEdmClearLocalCache2 | |
| C++/CLI | |
|---|---|
public interface class IEdmClearLocalCache3 : public IEdmClearLocalCache, IEdmClearLocalCache2 | |
See the IEdmClearLocalCache examples.
This interface extends IEdmClearLocalCache2.