Click or drag to resize

BCObjectExtenderRunNewWizard Method (String, BCFolder)

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.111.0)
Syntax
public NewDocFlags RunNewWizard(
	string displayName,
	BCFolder parentFolder
)

Parameters

displayName
Type: SystemString
The display name of the object.
parentFolder
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The parent folder for 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