FileData.RelativePath Property
Gets the path of file. The path is relative to the root directory.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property RelativePath As String
'Usage
Dim instance As FileData
Dim value As String
value = instance.RelativePath
public string RelativePath { get; }
public:
property String^ RelativePath {
String^ get ();
}
/** @property */
public String get_RelativePath ()
public function get RelativePath () : String
Property Value
The path of the file. The path is relative to the root directory.
Remarks
This path contains the name of the file.
See Also
Reference
FileData Class
FileData Members
Microsoft.Synchronization.Files Namespace