MetadataNavigationSettings Members

Include Protected Members
Include Inherited Members

Configures which settings on a MetadataNavigationItem object on an SPList object control the display of metadata hierarchies and filters on list views.

The MetadataNavigationSettings type exposes the following members.

Constructors

  Name Description
Public method MetadataNavigationSettings() This member is reserved for internal use and is not intended to be used directly from your code.
Public method MetadataNavigationSettings(String) This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public propertyStatic member Current Gets the active [MetadataNavigationContext.NavigationSettings] object for the current list, or gets a null reference (Nothing in Visual Basic) if there is no current list.
Public property IsEnabled Gets whether any additional metadata hierarchy objects or key filter objects are configured.
Public property SettingsXml This member is reserved for internal use and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method AddConfiguredHierarchy Adds the input object to configured hierarchies.
Public method AddConfiguredKeyFilter Adds the input object to the configured key filters.
Public method ClearConfiguredHierarchies Resets the list of configured hierarchies to an empty list.
Public method ClearConfiguredKeyFilters Resets the list of configured key filters to an empty list.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindConfiguredHierarchy Finds a configured hierarchy that matches the input fieldId.
Public method FindConfiguredKeyFilter Finds a configured key filter matching the input fieldId.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetMetadataNavigationSettings(SPList) Gets the MetadataNavigationSettings object for a specified source list.
Public methodStatic member GetMetadataNavigationSettings(SPWeb, Guid) Gets the MetadataNavigationSettings object for a specified source list.
Public method GetType (Inherited from Object.)
Public methodStatic member IsMetadataNavConfigured This member is reserved for internal use and is not intended to be used directly from your code.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member SetMetadataNavigationSettings(SPList, MetadataNavigationSettings) Updates the MetadataNavigationSettings object for a specified SPList object without automatically updating the list indexing.
Public methodStatic member SetMetadataNavigationSettings(SPList, MetadataNavigationSettings, Boolean) Updates the MetadataNavigationSettings for a specified SPList and then automatically adjusts the list indexing.
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member HierarchyNodeIdFieldRoot This member is reserved for internal use and is not intended to be used directly from your code.
Public fieldStatic member HierarchyNodeIdListRoot This member is reserved for internal use and is not intended to be used directly from your code.

Top

See Also

Reference

MetadataNavigationSettings Class

Microsoft.Office.DocumentManagement.MetadataNavigation Namespace