| Visual Basic | |
|---|---|
Sub AddFileByPath( _ ByVal bsFilePath As System.String _ ) | |
| C# | |
|---|---|
void AddFileByPath( System.string bsFilePath ) | |
| C++/CLI | |
|---|---|
void AddFileByPath( & System.String^ bsFilePath ) | |
Parameters
- bsFilePath
- Path and filename of the file to clear
After calling this method, you must call IEdmClearLocalCache::CommitClear to actually clear the file from the cache.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2008