Initializes a new instance of the BCRegisterExtensionsDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCRegisterExtensionsDialog(
	BCRepository repository,
	string filePath
)
Visual Basic
Public Sub New ( _
	repository As BCRepository, _
	filePath As String _
)
Visual C++
public:
BCRegisterExtensionsDialog(
	BCRepository^ repository, 
	String^ filePath
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository
The connection to the vault where extensions should be registered.
filePath
Type: System..::..String
The file path to the DLL that defines the extensions to register.

See Also