NavigationTermSetItem members
Provides an abstract base class for the NavigationTermSet and the NavigationTermobjects.
The NavigationTermSetItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
CatalogTargetUrlForChildTerms | Gets the default value of the CatalogTargetUrl property for child NavigationTerm objects. | |
Id | Gets the Id() property and Id property from the underlying taxonomy object. | |
IsReadOnly | Gets a Boolean value that indicates whether the object is in “read-only” mode or “editable” mode. | |
LinkType | Gets the type of link for this NavigationTermSetItem object. | |
TargetUrlForChildTerms | Gets a string that specifies the default value of the target URL for child NavigationTerm objects. | |
TaxonomyName | Gets a Name property or a Name property from the underlying taxonomy object. | |
Terms | Gets a collection of all immediate child NavigationTerm objects of this NavigationTerm object or NavigationTermSet object. | |
Title | Gets a navigation node title that is displayed in menus and breadcrumbs. | |
View | Gets a NavigationTermSetView object that is used for various purposes such as to resolve relative URLs. |
Top
Methods
Name | Description | |
---|---|---|
CreateTerm(String, NavigationLinkType) | Creates a new NavigationTerm object that will be a child of this NavigationTermSetItem object. | |
CreateTerm(String, NavigationLinkType, Guid) | Creates a new NavigationTerm object with the specified termName. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAsEditable | Returns an editable version of this NavigationTerm object or NavigationTermSet object. | |
GetAsEditableTermSetItem | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetCustomizableStringCustomValue | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetCustomizableStringDefaultValue | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetCustomizableStringPropertyName | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetHashCode | (Inherited from Object.) | |
GetResolvedDisplayUrl | Returns the URL that is displayed in the navigation menus. | |
GetTaxonomyTermStore | Returns the associated TermStore if the NavigationTermSetItem object is in the editable mode. | |
GetTermSetItemWithNewView | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetType | (Inherited from Object.) | |
GetValidatedPageUrl | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetValidatedSimpleLink | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetValidatedUrl | This member is reserved for internal use and is not intended to be used directly from your code. | |
MemberwiseClone | (Inherited from Object.) | |
SetCustomizableStringCustomValue | This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | Returns the string representation of a NavigationTermSetItem object. (Overrides Object.ToString().) |
Top