ISchemaOperations.UpdateCategory - Méthode
Mettre à jour une catégorie.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function UpdateCategory ( _
categoryName As String, _
category As CategoryInfo, _
owner As SearchObjectOwner _
) As CategoryInfo
'Utilisation
Dim instance As ISchemaOperations
Dim categoryName As String
Dim category As CategoryInfo
Dim owner As SearchObjectOwner
Dim returnValue As CategoryInfo
returnValue = instance.UpdateCategory(categoryName, _
category, owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
CategoryInfo UpdateCategory(
string categoryName,
CategoryInfo category,
SearchObjectOwner owner
)
Paramètres
categoryName
Type : System.StringLe nom d'une catégorie existante pour mettre à jour.
category
Type : Microsoft.Office.Server.Search.Administration.CategoryInfoLes nouvelles propriétés de la catégorie.
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie de Sharepoint dans laquelle se trouve la catégorie.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.CategoryInfo
La catégorie de mise à jour.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms