FileAttachmentListViewController.CreateFileAttachmentFromStream(IObjectSpace, ITypeInfo, Stream, String, String) Method
In This Article
Namespace: DevExpress.ExpressApp.FileAttachments.Win
Assembly: DevExpress.ExpressApp.FileAttachment.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.FileAttachment.Win
#Declaration
public static object CreateFileAttachmentFromStream(
IObjectSpace objectSpace,
ITypeInfo fileAttachmentTypeInfo,
Stream stream,
string fileName,
string fullFileName
)
#Parameters
Name | Type |
---|---|
object |
IObject |
file |
IType |
stream | Stream |
file |
String |
full |
String |
#Returns
Type |
---|
Object |
See Also