| FilesetFileContractFilePath Property |
Path to file.
Namespace:
SOS.SDK.Contracts.DataContracts.Jobs.Backup
Assembly:
SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax public string FilePath { get; set; }
Property Value
Type:
StringRemarks
If file located on the mapped drive, use full network path.
Example: D:\ is network drive, mapped to networkpath \\server\share.
Use \\server\share\1.txt instead of D:\1.txt
See Also