Create Deploy file for one application

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool CreateDeployFileForApplication(
	string filename,
	VGApplication application,
	VGApplicationOverwriteOptions option,
	VGApplicationDeploymentMode mode,
	VGDeploymentOptions deployOption,
	out Exception exception
)
Visual Basic
Public Function CreateDeployFileForApplication ( 
	filename As String,
	application As VGApplication,
	option As VGApplicationOverwriteOptions,
	mode As VGApplicationDeploymentMode,
	deployOption As VGDeploymentOptions,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

filename
Type: System..::..String
The fullpath you want to create deploy file
application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
The application targeting
option
Type: VGApplicationOverwriteOptions
The options you want for the application deployment
mode
Type: VGApplicationDeploymentMode
The mode of the deployment
deployOption
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentOptions
The global option for the deployment
exception
Type: System..::..Exception%
Detail of error when you executing the deployment

Return Value

Type: Boolean
Return true if the deploy is successed else you can have some details in the exception

See Also