Click or drag to resize

ResourceManagementClientSaveResources Method (IEnumerableResourceObject)

Saves the specified resources in the resource management service. Updates and Adds are committed as a single composite operation.

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public void SaveResources(
	IEnumerable<ResourceObject> resources
)

Parameters

resources
Type: System.Collections.GenericIEnumerableResourceObject
The collection of resources to update
See Also