recls C# mapping

FileEntry.ToString Method 

Provides a string representation of the file entry

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

The full path of the entry

Remarks

This method provides an implicit conversion to string form, such that an entry reference may be used without recourse to the Path property

See Also

FileEntry Class | recls Namespace