Click or drag to resize

OnlineBackupSettingsContractCreatorAddDir Method

Add new directory 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 AddDir(
	string dirPath
)

Parameters

dirPath
Type: SystemString
Path to the directory, which should be included to the backupset.
See Also