Click or drag to resize

ResourceOperationsGetResources Method

Get a list of resource files and their resources.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public ResourceFileResourceCollection GetResources(
	ResourcesFilter resourcesFilterServiceArguments
)

Parameters

resourcesFilterServiceArguments
Type: Cobra.Model.WebServiceResourcesFilter
An instance of ResourcesFilter class containing the filters applied to the list of resource files and their resources.

Return Value

Type: ResourceFileResourceCollection
An instance of ResourceFileResourceCollection class containing the list of resource files and their resources.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when state of the instance of the CobraServices that generated the current ProjectOperations is not in opened state.
See Also