TaxonomyWebTaggingControl.IsIncludePathData Property
Gets or sets whether this control will include the full GUID path for all Term objects.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsIncludePathData As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsIncludePathData
instance.IsIncludePathData = value
public bool IsIncludePathData { get; set; }
Property Value
Type: System.Boolean
Whether this control will include the full GUID path for all Term objects
Remarks
When the IsIncludePathData property is set to true the values on the client-side JavaScript code will contain the full GUID path for each Term.
See Also
Reference
TaxonomyWebTaggingControl Class