Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Saves the changes associated with the objects.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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
)
[WebMethodAttribute]
public:
CatalogData^ SaveCatalogChanges(
array<CatalogResource^>^ resources,
array<CatalogNode^>^ nodes,
array<KeyValue<String^, String^>^>^ nodeMoves,
int queryOptions,
bool preview
)
[<WebMethodAttribute>]
member SaveCatalogChanges :
resources:CatalogResource[] *
nodes:CatalogNode[] *
nodeMoves:KeyValue<string, string>[] *
queryOptions:int *
preview:bool -> CatalogData
public function SaveCatalogChanges(
resources : CatalogResource[],
nodes : CatalogNode[],
nodeMoves : KeyValue<String, String>[],
queryOptions : int,
preview : boolean
) : CatalogData
Parameters
- 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
Return Value
Type: Microsoft.TeamFoundation.Server.Core.CatalogData
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.