Click or drag to resize

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
C#
public string FilePath { get; set; }

Property Value

Type: String
Remarks
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