CatalogWebService.SaveCatalogChanges, méthode
Enregistre les modifications associées aux objets.
Espace de noms : Microsoft.TeamFoundation.Server.Core.WebServices
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function SaveCatalogChanges ( _
resources As CatalogResource(), _
nodes As CatalogNode(), _
nodeMoves As KeyValue(Of String, String)(), _
queryOptions As Integer, _
preview As Boolean _
) As CatalogData
[WebMethodAttribute]
public CatalogData SaveCatalogChanges(
CatalogResource[] resources,
CatalogNode[] nodes,
KeyValue<string, string>[] nodeMoves,
int queryOptions,
bool preview
)
Paramètres
- resources
Type : array<Microsoft.TeamFoundation.Server.Core.CatalogResource[]
- nodes
Type : array<Microsoft.TeamFoundation.Server.Core.CatalogNode[]
- nodeMoves
Type : array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
- queryOptions
Type : System.Int32
- preview
Type : System.Boolean
Valeur de retour
Type : Microsoft.TeamFoundation.Server.Core.CatalogData
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms