Web API Edition | ComponentOne
C1.Web.Api Namespace / AttachmentContent Class / AttachmentContent Constructor
the content
the download name

In This Topic
    AttachmentContent Constructor
    In This Topic
    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