NotesGetStatusValid Method

Get a valid status for the note type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static NoteStatus GetStatusValid(
	NoteType noteType,
	NoteStatus noteStatus
)

Parameters

noteType  NoteType
NoteType with the note type.
noteStatus  NoteStatus
NoteStatus with the note status.

Return Value

NoteStatus
NoteStatus with the status for the note type.

See Also