Create a deploy file to deploy a 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 CreateDeployFileForFullRepository(
	string filename,
	VGRepositoryOverwriteOptions option,
	VGDeploymentOptions deployOption,
	out Exception exception
)
Visual Basic
Public Function CreateDeployFileForFullRepository ( 
	filename As String,
	option 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
option
Type: Novalys.VisualGuard.Security.Deployment.Actions..::..VGRepositoryOverwriteOptions
You need to select what option you want
deployOption
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentOptions
Put the option you want
exception
Type: System..::..Exception%
Return the exception if something

Return Value

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

See Also