FileAttachmentsAspNetModule.CreateFileData(IObjectSpace, IMemberInfo) Method
In This Article
Creates a new IFileData object via the specified Object Space.
Namespace: DevExpress.ExpressApp.FileAttachments.Web
Assembly: DevExpress.ExpressApp.FileAttachment.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.FileAttachment.Web
#Declaration
public static IFileData CreateFileData(
IObjectSpace objectSpace,
IMemberInfo memberDescriptor
)
#Parameters
Name | Type | Description |
---|---|---|
object |
IObject |
An IObject |
member |
IMember |
An IMember |
#Returns
Type | Description |
---|---|
IFile |
The created IFile |
#Remarks
This method is intended for internal use.
See Also