title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.CleanupProjectFromCache method (Project) |
vbapj.chm2191 |
|
project-server |
|
40fef64a-036f-8e1c-ce86-0c3609777f77 |
06/08/2017 |
medium |
Deletes the specified project file from the local cache. Available only in Project Professional.
expression. CleanupProjectFromCache
( _FileName_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
FileName | Optional | String | Name of the project file to delete from the cache. |
Boolean
Use the CleanupProjectFromCache method if you suspect the project in the local cache is corrupted. If FileName is omitted, CleanupProjectFromCache does nothing.
CleanupProjectFromCache("Sample.mpp")
[!includeSupport and feedback]