Click or drag to resize
BCEnvironmentNewUIExtensionRef Method (String)
Creates a new UI extension definition with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCComRef NewUIExtensionRef(
	string name
)

Parameters

name
Type: SystemString
The name of the UI extension definition to create.

Return Value

Type: BCComRef
The created UI extension definition.
See Also