Back to Devexpress

FileAttachmentsWindowsFormsModule.CreateFileData(IObjectSpace, IMemberInfo) Method

expressappframework-devexpress-dot-expressapp-dot-fileattachments-dot-win-dot-fileattachmentswindowsformsmodule-dot-createfiledata-x28-devexpress-dot-expressapp-dot-iobjectspace-devexpress-dot-expressapp-dot-dc-dot-imemberinfo-x29.md

latest2.4 KB
Original Source

FileAttachmentsWindowsFormsModule.CreateFileData(IObjectSpace, IMemberInfo) Method

Creates a new IFileData object via the specified Object Space.

Namespace : DevExpress.ExpressApp.FileAttachments.Win

Assembly : DevExpress.ExpressApp.FileAttachment.Win.v25.2.dll

NuGet Package : DevExpress.ExpressApp.FileAttachment.Win

Declaration

csharp
public static IFileData CreateFileData(
    IObjectSpace objectSpace,
    IMemberInfo memberDescriptor
)
vb
Public Shared Function CreateFileData(
    objectSpace As IObjectSpace,
    memberDescriptor As IMemberInfo
) As IFileData

Parameters

NameTypeDescription
objectSpaceIObjectSpace

An IObjectSpace object specifying the Object Space where a new IFileData object will be created.

| | memberDescriptor | IMemberInfo |

An IMemberInfo object supplying metadata on the property to which the created IFileData object will be assigned.

|

Returns

TypeDescription
IFileData

The created IFileData object.

|

Remarks

This method is intended for internal use.

See Also

FileAttachmentsWindowsFormsModule Class

FileAttachmentsWindowsFormsModule Members

DevExpress.ExpressApp.FileAttachments.Win Namespace