Severa API documentation
Severa API documentation
Severa
Severa.API
IResource Interface
IResource Methods
AddNewResource Method
DeleteResource Method
GetAllResources Method
GetResourceByGUID Method
UpdateResource Method
IResource
Get
All
Resources Method
Gets all Resources.
Namespace:
Severa.API
Assembly:
Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
C#
VB
Copy
ICollection
<
Resource
>
GetAllResources
()
Function
GetAllResources
As
ICollection
(
Of
Resource
)
Return Value
ICollection
Resource
Collection of Resource objects.
Exceptions
Exception
Condition
AuthenticationFailureException
The caller could not be authenticated.
GeneralFailureException
Any other fault.
See Also
Reference
IResource Interface
Severa.API Namespace