Click or drag to resize

ResourceManagementClientSaveResources Method (ResourceObject)

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(
	params ResourceObject[] resources
)

Parameters

resources
Type: Lithnet.ResourceManagement.ClientResourceObject
The resources to update
See Also