Checks if a repository structure can be created

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool CanCreateRepository(
	out Exception exception
)
Visual Basic (Declaration)
Public Function CanCreateRepository ( _
	<OutAttribute> ByRef exception As Exception _
) As Boolean

Parameters

exception
Type: System..::.Exception %
the exception indicating the reason for which the repository cannot be created.

Return Value

true if the repository can be created, false if it is not possible.

See Also