IQueryList Interface

Definition

Important

This API is not CLS-compliant.

Supports querying filterable column, and building a list of filtered nodes.

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

Methods

GetQueries()

Retrieves the queries that a node would use to build its children.

Applies to