Windows Media Player 11 SDK Query Object 

Windows Media Player SDK banner art

Previous Next

Query Object

The Query object represents a compound query.

The Query object supports the following methods.

Method Description
addCondition Adds a condition to the Query object using AND logic.
beginNextGroup Begins a new condition group.

For purposes of illustration, player.mediaCollection.createQuery() is used to represent the Query object in the reference syntax sections.

Previous Next