Click or drag to resize

RecoveryDirectoryContract Class

Description of the directory, containg files and/or another directories.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.RecoveryRecoveryItemContract
    SOS.SDK.Contracts.DataContracts.Jobs.RecoveryRecoveryDirectoryContract

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Recovery
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class RecoveryDirectoryContract : RecoveryItemContract

The RecoveryDirectoryContract type exposes the following members.

Constructors
  NameDescription
Public methodRecoveryDirectoryContract
Initializes a new instance of the RecoveryDirectoryContract class
Top
Properties
  NameDescription
Public propertyChildren
Nested recovery items (files/directories).
Public propertyFilesInfo
CountAndSizeContract of files inside (recursively).
Public propertyPath
Path to the recovery item.
(Inherited from RecoveryItemContract.)
Top
Methods
  NameDescription
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