Click or drag to resize

OnlineBackupSettingsContractCreatorExclude Method (String)

Add new exclusion path to the ProtectedFileset exclusions.

Namespace:  SOS.SDK.Tools.Creators
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public void Exclude(
	string exclusionPath
)

Parameters

exclusionPath
Type: SystemString
File or directory path, which should be excluded from the backupset.
See Also