Checks if a repository structure can be created
Namespace:
Novalys.VisualGuard.Security.Deployment.RepositoryAssembly: 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.