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.111.0)
Syntax public NewDocFlags RunNewWizard(
string displayName
)
Public Function RunNewWizard (
displayName As String
) As NewDocFlags
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