FileAttachmentsBusinessEntity.AttachFile

Attaches the specified file

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

Return Value

True if successful

Parameters

fileName
File to attach

attachmentNumber
Attachment number/index

Overloads:

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

See also:

Class FileAttachmentsBusinessEntity


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