NotesIsClosed(NoteStatus) Method

Indicates whether the document is closed.

Definition

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

Parameters

noteStatus  NoteStatus
NoteStatus with the note status.

Return Value

Boolean
if the note status (NoteStatus) the document is closed; otherwise, .

See Also