NotesIsAccepted(NoteStatus) Method

Indicates whether the document is accepted.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsAccepted(
	NoteStatus noteStatus
)

Parameters

noteStatus  NoteStatus
NoteStatus with the note status.

Return Value

Boolean
if the note type (NoteType) the document is accepted; otherwise, .

See Also