Class RestoreService#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

RestoreService ()#
Task<List<Restore>> FindAll (Dictionary<string, string> query = null)#

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

Task<Restore> FindById (string id)#

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