Click or drag to resize
BCRegisterExtensionsDialog Constructor
Initializes a new instance of the BCRegisterExtensionsDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCRegisterExtensionsDialog(
	BCRepository repository,
	string filePath
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to the vault where extensions should be registered.
filePath
Type: SystemString
The file path to the DLL that defines the extensions to register.
See Also