SortByProperties, élément dans le schéma Microsoft.Search.Query
Dernière modification : mercredi 15 septembre 2010
S’applique à : SharePoint Server 2010
Dans cet article
Attributs
Éléments enfants
Éléments parents
Informations sur l’élément
<SortByProperties>
<SortByProperty name=managedProperty direction={Ascending|Descending}>
</SortByProperty>
</SortByProperties>
Attributs
Aucun.
Éléments enfants
SortByProperty, élément dans le schéma Microsoft.Search.Query |
Éléments parents
Exemple
Voici un exemple d’élément SortByProperties dans une demande Microsoft.Search.Query.
<SortByProperties>
<SortByProperty name="author" direction="Ascending"></SortByProperty>
<SortByProperty name="topic" direction="Ascending"></SortByProperty>
</SortByProperties>
Remarques
Si aucune propriété gérée n'est spécifiée pour le tri des résultats, ces derniers sont triés par défaut par Rank.
Informations sur l’élément
Nom de schéma : Microsoft.Search.Query
S’applique à : méthode QueryService.Query (Microsoft.Search.Response.Document), méthode QueryService.QueryEx (Dataset)
Facultatif : Oui
Voir aussi
Référence
Concepts
Utilisation du service Web Query
Procédure pas à pas : interrogation de la Recherche SharePoint à partir d’une application cliente