Import the data by deploy file

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 ImportDeployFile(
	string path,
	out Exception exception
)
Visual Basic
Public Function ImportDeployFile ( 
	path As String,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

path
Type: System..::..String
The path of the deploy file
exception
Type: System..::..Exception%
If you have a error in the execution, the exception return the details of the problem

Return Value

Type: Boolean
Return true if the deploy is successed

See Also