Click or drag to resize

FilesetContract Class

Description of the BackupSet content.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.BackupFilesetContract

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

The FilesetContract type exposes the following members.

Constructors
  NameDescription
Public methodFilesetContract
Initializes a new instance of the FilesetContract class
Top
Properties
  NameDescription
Public propertyExcludes
Directories and files that should be excluded from the BackupSet.
Public propertyIncludedDirs
Directories, included to the BackupSet.
Public propertyIncludedFiles
Files, included to the BackupSet.
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