ComponentOne Web API Edition
AttachmentContent Constructor

C1.Web.Api Namespace > AttachmentContent Class : AttachmentContent Constructor
the content
the download name
Creates an AttachmentContent instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal fileName As String _
)
public AttachmentContent( 
   Stream stream,
   string fileName
)

Parameters

stream
the content
fileName
the download name
See Also

Reference

AttachmentContent Class
AttachmentContent Members