NotesIsStatusTemplateOrDraft(Object) 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(
	Object codeStatus
)

Parameters

codeStatus  Object
Code status object.

Return Value

Boolean
if the note is in Template or Draft status; otherwise, .

See Also