Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.