NotesIsStatusTemplateOrDraft(NoteStatus) Method
Indicates whether the note is in Template or Draft status.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsStatusTemplateOrDraft(
NoteStatus noteStatus
)
Public Shared Function IsStatusTemplateOrDraft (
noteStatus As NoteStatus
) As Boolean
- noteStatus NoteStatus
- NoteStatus with the note status.
Boolean if the note status (
NoteStatus) is in template or draft; otherwise,
.