| Visual Basic | |
|---|---|
Sub AddFolder( _ ByVal oFolderIDorPath As System.Object, _ Optional ByVal bRecursive As System.Boolean _ ) | |
| C# | |
|---|---|
void AddFolder( System.object oFolderIDorPath, System.bool bRecursive ) | |
| C++/CLI | |
|---|---|
void AddFolder( & System.Object^ oFolderIDorPath, & System.bool bRecursive ) | |
Parameters
- oFolderIDorPath
- ID or path of the folder to clear from the cache
- bRecursive
- True to clear subfolders, false to not
After calling this method, you must call IEdmClearLocalCache::CommitClear to actually clear the folder from the cache.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2008