NotesIsStatusTemplateOrDraft(NoteStatus) Method

Indicates whether the note is in Template or Draft status.

Definition

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

Parameters

noteStatus  NoteStatus
NoteStatus with the note status.

Return Value

Boolean
if the note status (NoteStatus) is in template or draft; otherwise, .

See Also