AttachedFile Constructor (Document, String)

Aspose.Note for .NET API

AttachedFile Constructor (Document, String)

Initializes a new instance of the AttachedFile class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public AttachedFile(
	Document document,
	string path
)
Public Sub New ( 
	document As Document,
	path As String
)
public:
AttachedFile(
	Document^ document, 
	String^ path
)
new : 
        document : Document * 
        path : string -> AttachedFile

Parameters

document
Type: Aspose.NoteDocument
A parent document of the attached file.
path
Type: SystemString
A string that contains the path to the file from which to create the AttachedFile.
See Also