Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.38 KB

Project.Application.SaveForSharing.md

File metadata and controls

44 lines (26 loc) · 1.38 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SaveForSharing method (Project)
vbapj.chm2133
vbapj.chm2133
project-server
Project.Application.SaveForSharing
a4f46990-aff1-52da-d1c7-7fd99e85d97a
06/08/2017
medium

Application.SaveForSharing method (Project)

Saves a local copy of the active project for sharing, to make changes and then merge with the Project Server copy.

Syntax

expression. SaveForSharing( _FileName_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
FileName Optional Variant Full path and the name of the project file saved for sharing.

Return value

Boolean

Remarks

The SaveForSharing method is available in Project Professional only. The original project on Project Server is marked as saved for sharing. The local copy of the project file can be modified and the changes merged with the original Project Server copy when you use the Save As command or the FileSaveAs method. If you try to reopen the Project Server copy before merging the local copy, Project Server disables sharing and prevents merging changes from the shared copy to the server.

[!includeSupport and feedback]