Checks whether the document contains any tags that can be entered or changed in the tags input dialog.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool HasEditableTags()
Visual Basic
Public Function HasEditableTags As Boolean

Return Value

True if the Tags collection contains at least one tag which can be shown in the dialog, or if the TagsInputDialogClass is not null (i.e. the developer has defined a custom form to edit the document's tags).

See Also