Gets or sets the option to show a warning when creating CContent within a content folder without tagging it.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool WarnMissingTag { get; set; }
Visual Basic (Declaration)
Public Property WarnMissingTag As Boolean
Visual C++
public:
property bool WarnMissingTag {
	bool get ();
	void set (bool value);
}

Remarks

The tag warning option will not appear unless tagging is licensed and the user is a member of an authority group that owns at least one content folder.

See Also