Click or drag to resize
BCObjectExtenderRunNewWizard Method (String)
Shows wizards and raises events that occur when an object is created.

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 NewDocFlags RunNewWizard(
	string displayName
)

Parameters

displayName
Type: SystemString
The display name of the object.

Return Value

Type: NewDocFlags
A bitmask that is a combination of bit flags from NewDocFlags. Describes the new state of the object.
See Also