MOVEitFileInfoPath Property |
The full path of this file.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string Path { get; }
Public ReadOnly Property Path As String
Get
public:
property String^ Path {
String^ get ();
}
Property Value
Type:
StringRemarks
This will be a combination of the parent folder's path, and the file's name.
See Also