Skip to main content
A newer version of this page is available. .

FileAttachmentAttribute(String) Constructor

Initializes a new instance of the FileAttachmentAttribute class.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public FileAttachmentAttribute(
    string fileDataPropertyName
)

Parameters

Name Type Description
fileDataPropertyName String

A string specifying the target class property which returns a IFileData object. This parameter’s value is assigned to the FileAttachmentAttribute.FileDataPropertyName property.

See Also