BCRegisterExtensionsDialog Constructor |
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCRegisterExtensionsDialog(
BCRepository repository,
string filePath
)
Public Sub New (
repository As BCRepository,
filePath As String
)
public:
BCRegisterExtensionsDialog(
BCRepository^ repository,
String^ filePath
)
new :
repository : BCRepository *
filePath : string -> BCRegisterExtensionsDialog
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