Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether this control will format valid and invalid Term objects or leave them as plain text.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsIgnoreFormatting As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsIgnoreFormatting
instance.IsIgnoreFormatting = value
public bool IsIgnoreFormatting { get; set; }
Property Value
Type: System.Boolean
A Boolean that determines whether this control formats Term objects, or leaves them as plain text
See Also
Reference
TaxonomyWebTaggingControl Class