See also
Class FileAttachmentsBusinessEntity
DocumentManagementBusinessObjects
FileAttachmentsBusinessEntity.AttachFile
Attaches the specified file from a web upload
public virtual bool AttachFile( HttpPostedFile uploadFile );
Return Value
True if successful
Parameters
uploadFile
Http posted file
Overloads:
public virtual bool AttachFile( string fileName );
public virtual bool AttachFile( HttpPostedFile uploadFile, FileAttachmentIndex attachmentNumber );
public virtual bool AttachFile( string fileName, FileAttachmentIndex attachmentNumber );
See also:
Class FileAttachmentsBusinessEntity
Last Updated: 5/23/2007 | © , 2007