Click or drag to resize

OnlineBackupSettingsContractCreatorAddNetworkShare Method

Add new NetShare to the OnlineBackup settings.

Namespace:  SOS.SDK.Tools.Creators
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public void AddNetworkShare(
	string remoteName,
	string userLogin,
	string userPassword
)

Parameters

remoteName
Type: SystemString
The remote address of the Network Share.
userLogin
Type: SystemString
User login for getting acces to the Network Share.
userPassword
Type: SystemString
User password for getting access to the Network Share.
Remarks
Used for resolving backupset items, located on the network shares.
See Also