IHostDocumentsViewsShowRejectedQuotation Method

Displays the screen for rejected quotation.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowRejectedQuotation(
	List<long> ids,
	NoteType noteType,
	Action finishingAction = null
)

Parameters

ids  ListInt64
List<Int64> with the unique note identifiers.
noteType  NoteType
NoteType with the type of note.
finishingAction  Action  (Optional)
Action to do the view after finishing (for example: refresh the view).

See Also