Saves out a created project or return package to a specified file location.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
void SavePackageAs(
	Guid packageId,
	string path
)
Visual Basic
Sub SavePackageAs ( _
	packageId As Guid, _
	path As String _
)
Visual C++
void SavePackageAs(
	Guid packageId, 
	String^ path
)

Parameters

packageId
Type: System..::..Guid
The ID of the package to save. See PackageId.
path
Type: System..::..String
The file path to save the package to.

See Also