NavigationTermSetView members
Represents contextual information that affects the calculation of certain properties for the NavigationTerm objects in a NavigationTermSet object.
The NavigationTermSetView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NavigationTermSetView | Initializes a new instance of a NavigationTermSetView object by using the context of the provided SPWeb object and the SiteMapProviderName property. |
Top
Properties
Name | Description | |
---|---|---|
ExcludeDeprecatedTerms | Gets or sets a value that indicates whether NavigationTerm objects are trimmed if the underlying term is deprecated.. | |
ExcludeTermsByPermissions | Gets or sets a value that indicates whether NavigationTerm objects are trimmed if the current user does not have permission to view the target page for the friendly URL of the NavigationTerm object. | |
ExcludeTermsByProvider | Gets or sets a value that indicates whether NavigationTerm objects are trimmed if the provider indicated by the SiteMapProviderName property is one of the providers in the excluded providers collection. | |
IsFrozen | Gets a Boolean value that if true indicates that the object is read-only. (Inherited from FreezableObject.) | |
ServerRelativeSiteUrl | Gets a server-relative URL for the SPSite object that uses the navigation term set. | |
ServerRelativeWebUrl | Gets a server-relative URL for the SPWeb object that uses the navigation term set. | |
SiteMapProviderName | The name of a SiteMapProvider instance that identifies the navigation menu to be used when applying the ExcludeTermsByProvider property. | |
WebId | Gets the GUID identifier for the SPWeb object that uses the navigation term set. . | |
WebTitle | Gets the title of the SPWeb object that uses the navigation term set. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Freeze | Calling the Freeze() method sets IsFrozen=true and prevents any further changes to the object. (Inherited from FreezableObject.) | |
GetCopy | Returns an editable copy of the current NavigationTermSetView object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RequireNotFrozen | (Inherited from FreezableObject.) | |
ToString | (Inherited from Object.) |
Top