Gets or sets the constraint that allows list tags to be added to the HTML.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Property AllowLists As Boolean
Dim instance As RichHtmlField
Dim value As Boolean
value = instance.AllowLists
instance.AllowLists = value
[BrowsableAttribute(true)]
public bool AllowLists { get; set; }
Property Value
When this flag is set to FALSE, list tags are not allowed in the HTML.
If this flag is set to FALSE, <LI>, <OL>, <UL>, <DD>, <DL>, <DT> and <MENU> tags will removed from the HTML. Default is TRUE. This also determines whether the editing user interface (UI) enables these operations.