IHostDocumentsViewsWizardNoteSchema Method

Displays the assistant notes.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
ITask WizardNoteSchema(
	int idWizard,
	List<DataField> parameters = null
)

Parameters

idWizard  Int32
Wizard identifier.
parameters  ListDataField  (Optional)
Default values of the wizard parameters.

Return Value

ITask
The task begun.

See Also