Click or drag to resize

FilesetDirContractDirectoryPath Property

Path to the directory.

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public string DirectoryPath { get; set; }

Property Value

Type: String
Remarks
If directory located on the mapped drive, use full network path. Example: D:\ is network drive, mapped to networkpath \\server\share. Use \\server\share\directory instead of D:\directory
See Also