TagStatus Enumeration

Aspose.Note for .NET API

TagStatus Enumeration

Specifies the status of the note tag node.

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