AttachmentSendFileEventArgs Constructor |
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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