NoteTag.CreateHighPriority

NoteTag.CreateHighPriority method

Creates a new note tag with HighPriority icon and specified label.

public static NoteTag CreateHighPriority(string label = "Critical")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also