| 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 public string DirectoryPath { get; set; }
Property Value
Type:
StringRemarks
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