Click or drag to resize

GetRecoveryItemsResponse Class

Response with the results of the getting recovery items operation.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.ResponsesGetRecoveryItemsResponse

Namespace:  SOS.SDK.Contracts.DataContracts.Responses
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class GetRecoveryItemsResponse

The GetRecoveryItemsResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetRecoveryItemsResponse
Initializes a new instance of the GetRecoveryItemsResponse class
Top
Properties
  NameDescription
Public propertyItems
All recovery items.
Top
Methods
  NameDescription
Public methodEnumerateFiles
Enumerate all recovery files (recursively).
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also