FileAttachmentsBusinessEntity.AttachFile

Attaches the specified file from a web upload

public virtual bool AttachFile( HttpPostedFile uploadFile,
	FileAttachmentIndex attachmentNumber );

Return Value

True if successful

Parameters

uploadFile
Http posted file

attachmentNumber
Attachment number/index

Overloads:

public virtual bool AttachFile( string fileName );
public virtual bool AttachFile( HttpPostedFile uploadFile );
public virtual bool AttachFile( string fileName, FileAttachmentIndex attachmentNumber );

See also:

Class FileAttachmentsBusinessEntity


  Last Updated: 5/23/2007 | © , 2007