TagStatus Enumeration

Specifies the status of the note tag node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public enum TagStatus
Members
  Member nameValueDescription
Open0 The note tag is open.
Completed1 The note tag is finished.
Disabled2 The note tag is disabled.
See Also