INavigableItemBuildSet Interface

Definition

Important

This API is not CLS-compliant.

Describes parameters for a set of navigable items that are built together.

public interface class INavigableItemBuildSet
[System.CLSCompliant(false)]
public interface INavigableItemBuildSet
[<System.CLSCompliant(false)>]
type INavigableItemBuildSet = interface
Public Interface INavigableItemBuildSet
Attributes

Properties

Query

Gets the enumerator query that is used when producing items.

QueryProvider

Gets the query provider (NavigableItemBuilder) that is used to produce items within the set.

Methods

AddField(String)

Adds a field to the build set.

FieldIncluded(String)

Tests whether the specified field is included for the items within the build set.

FieldSupported(String)

Tests whether the specified field is supported for the items within the build set.

GetMissingFields(IList<String>)

Determines the list of the fields that are supported but not included for the items within the build set.

Applies to