Class BackupService#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

BackupService ()#
Task<List<Backup>> FindAll (Dictionary<string, string> query = null)#

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

Task<Backup> Create (Backup obj)#

Create a new backup.

Task<Backup> FindById (string id)#

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

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

Updates a single backup.