AttachedFile.FilePath Property

Aspose.Note for .NET API

AttachedFileFilePath Property

Gets the path to the original file.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string FilePath { get; }
Public ReadOnly Property FilePath As String
	Get
public:
property String^ FilePath {
	String^ get ();
}
member FilePath : string with get

Property Value

Type: String
See Also