Click or drag to resize

FilesetContractExcludes Property

Directories and files that should be excluded from the BackupSet.

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public FilesetExcludeItemContract[] Excludes { get; set; }

Property Value

Type: FilesetExcludeItemContract
Remarks
The directories/files that are inside the included directories, but should be excluded from the BackupSet.
See Also