public static Nullable<bool> ShowWizard( string id, object data )
Public Shared Function ShowWizard( _ ByVal id As String, _ ByVal data As Object _ ) As Nullable(Of Boolean)
Parameters
- id
- The DAML identifier of the wizard to show.
- data
- The data the wizard may require.
Return Value
A Nullable Boolean that specifies whether the wizard activity was accepted (true) or canceled (false).