MetadataNavigationKeyFilter Members

Include Protected Members
Include Inherited Members

Represents a key filter used to filter metadata navigation to a meaningful, workable subset.

The MetadataNavigationKeyFilter type exposes the following members.

Constructors

  Name Description
Public method MetadataNavigationKeyFilter() This member is reserved for internal use and is not intended to be used directly from your code.
Public method MetadataNavigationKeyFilter(SPField) Initialize a new instance with the properties set to those of the SPField object that is used for input.

Top

Properties

  Name Description
Public property FieldDisplayName Gets the [Title] display name of the field that this instance refers to. (Inherited from MetadataNavigationItem.)
Public property FieldId Gets the [Id] of the SPField object that this instance refers to. (Inherited from MetadataNavigationItem.)
Public property FieldTitle Gets the [InternalName] property value for SPField object that this instance refers to. (Inherited from MetadataNavigationItem.)
Public property FieldType Gets the [SPFieldType] object value of the SPField object that this instance refers to. (Inherited from MetadataNavigationItem.)
Public property FieldTypeAsString Gets the [TypeAsString] property value of the SPField object that this instance refers to. (Inherited from MetadataNavigationItem.)
Public property IsContentTypeField Gets a flag that indicates whether this MetadataNavigationItem object represents the content type special type. (Inherited from MetadataNavigationItem.)
Public property IsMultiValueLookup Gets a flag telling if this instance represents a multivalue user or TaxonomyField object (Inherited from MetadataNavigationItem.)
Public property IsTaxonomyField Gets a flag indicating whether this instance represents a TaxonomyField object. (Inherited from MetadataNavigationItem.)

Top

Methods

  Name Description
Public methodStatic member CreateContentTypeKeyFilter Creates an instance of the content type special type key filter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString This member overrides theToString() method. (Inherited from MetadataNavigationItem.)

Top

See Also

Reference

MetadataNavigationKeyFilter Class

Microsoft.Office.DocumentManagement.MetadataNavigation Namespace