NoteTag.CreateHome

NoteTag.CreateHome method

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

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

Return Value

The NoteTag.

See Also