NotesIsAccepted(NoteStatus) Method
Indicates whether the document is accepted.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsAccepted(
NoteStatus noteStatus
)
Public Shared Function IsAccepted (
noteStatus As NoteStatus
) As Boolean
- noteStatus NoteStatus
- NoteStatus with the note status.
Boolean if the note type (
NoteType) the document is accepted; otherwise,
.