Click or drag to resize
ExtensionRegisterStatusEventArgs Constructor (BCEnvironment, BCComRef, RegistrationStatus)
Initializes a new instance of the ExtensionRegisterEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public ExtensionRegisterStatusEventArgs(
	BCEnvironment environment,
	BCComRef extensionRef,
	RegistrationStatus status
)

Parameters

environment
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCEnvironment
The environment of the vault in which the UI extension is registered.
extensionRef
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCComRef
The definition of the UI extension.
status
Type: RegistrationStatus
The status of the UI extension.
See Also