Class AssetStorageLocationService

Class AssetStorageLocationService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AssetStorageLocationService : xbe.sdk.ServiceBase#

Public Functions

AssetStorageLocationService ()#
Task<List<AssetStorageLocation>> FindAll (Dictionary<string, string> query = null)#

Returns all AssetStorageLocations from the system that the user has access to.

Task<AssetStorageLocation> Create (AssetStorageLocation obj)#

Create a new AssetStorageLocation.

Task<AssetStorageLocation> FindById (string id)#

Returns a single AssetStorageLocation from the system that the user has access to.

Task<AssetStorageLocation> Update (string id, AssetStorageLocation obj)#

Updates a single AssetStorageLocation.