Click or drag to resize
AttachmentSendFileEventArgs Constructor
Creates an instance of AttachmentSendFileEventArgs class.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public AttachmentSendFileEventArgs(
	CMSOutputAttachment attachment,
	string siteName,
	bool isLiveSite,
	bool isMultipart,
	bool isRangeRequest
)

Parameters

attachment
Type: CMS.DocumentEngineCMSOutputAttachment
Output attachment.
siteName
Type: SystemString
Site name.
isLiveSite
Type: SystemBoolean
Indicates if handler requested on a live site.
isMultipart
Type: SystemBoolean
Indicates whether it is multipart range request.
isRangeRequest
Type: SystemBoolean
Indicates whether it is range request.
See Also