Click or drag to resize

OnlineBackupSettingsContractCreator Class

Tool for simplifying OnlineBackupSettingsContract creation.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Tools.CreatorsOnlineBackupSettingsContractCreator

Namespace:  SOS.SDK.Tools.Creators
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class OnlineBackupSettingsContractCreator

The OnlineBackupSettingsContractCreator type exposes the following members.

Constructors
  NameDescription
Public methodOnlineBackupSettingsContractCreator
Initializes a new instance of the OnlineBackupSettingsContractCreator class
Top
Methods
  NameDescription
Public methodAddDir
Add new directory to the ProtectedFileset inclusions.
Public methodAddDirs
Calling AddDir(String) for range of directories.
Public methodAddFile
Add new file to the ProtectedFileset inclusions.
Public methodAddFiles
Calling AddFile(String) for range of files.
Public methodAddNetworkShare
Add new NetShare to the OnlineBackup settings.
Public methodClear
Clear changes.
Public methodCreate
Create new instance of the OnlineBackupSettingsContract, using added items.
Public methodEquals (Inherited from Object.)
Public methodExclude(IReadOnlyCollectionString)
Calling Exclude(String) for range of exclusions.
Public methodExclude(String)
Add new exclusion path to the ProtectedFileset exclusions.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also