Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.12 KB

Project.Application.CleanupProjectFromCache.md

File metadata and controls

54 lines (30 loc) · 1.12 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.CleanupProjectFromCache method (Project)
vbapj.chm2191
vbapj.chm2191
project-server
Project.Application.CleanupProjectFromCache
40fef64a-036f-8e1c-ce86-0c3609777f77
06/08/2017
medium

Application.CleanupProjectFromCache method (Project)

Deletes the specified project file from the local cache. Available only in Project Professional.

Syntax

expression. CleanupProjectFromCache( _FileName_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
FileName Optional String Name of the project file to delete from the cache.

Return value

Boolean

Remarks

Use the CleanupProjectFromCache method if you suspect the project in the local cache is corrupted. If FileName is omitted, CleanupProjectFromCache does nothing.

Example

CleanupProjectFromCache("Sample.mpp")

[!includeSupport and feedback]