Click or drag to resize

OnlineBackupSettingsContractCreatorAddFile Method

Add new file to the ProtectedFileset inclusions.

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

Parameters

filePath
Type: SystemString
Path to file, which should be included to the backupset.
See Also