Create a deploy file for the parameters of the VG Repository

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 CreateDeployFileForRepositoryParameter(
	string filename,
	VGDeployParametersRepositoryAction..::..RepositoryParameter parameter,
	VGRepositoryOverwriteOptions options,
	VGDeploymentOptions deployOption,
	out Exception exception
)
Visual Basic
Public Function CreateDeployFileForRepositoryParameter ( 
	filename As String,
	parameter As VGDeployParametersRepositoryAction..::..RepositoryParameter,
	options As VGRepositoryOverwriteOptions,
	deployOption As VGDeploymentOptions,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

filename
Type: System..::..String
The fullpath you want to create deploy file
parameter
Type: Novalys.VisualGuard.Security.Deployment.Actions..::..VGDeployParametersRepositoryAction..::..RepositoryParameter
Parameter you want to put in the deploy file
options
Type: Novalys.VisualGuard.Security.Deployment.Actions..::..VGRepositoryOverwriteOptions
Overwrite option of the deployment
deployOption
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentOptions
Option of 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