Show / Hide Table of Contents

Class MiniPreviewController

Inheritance
Object
MiniPreviewController
Namespace: SuperOffice.CRM.Web.Controllers
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class MiniPreviewController : ApiController

Constructors

MiniPreviewController()

Declaration
public MiniPreviewController()

Methods

GetDocumentEmailAttachment(Int32, String, String, String)

Declaration
public HttpResponseMessage GetDocumentEmailAttachment(int docId, string attachmentId, string attachmentType, string attachmentFilename)
Parameters
Type Name Description
Int32 docId
String attachmentId
String attachmentType
String attachmentFilename
Returns
Type Description
HttpResponseMessage

GetEmailAttachment(Int32, String, String, String)

Declaration
public HttpResponseMessage GetEmailAttachment(int mailItemId, string attachmentId, string attachmentType, string attachmentFilename)
Parameters
Type Name Description
Int32 mailItemId
String attachmentId
String attachmentType
String attachmentFilename
Returns
Type Description
HttpResponseMessage

GetPreviewTicketMessageEntity(Int32)

Declaration
public TicketMessageEntity GetPreviewTicketMessageEntity(int ticketMessageEntityId)
Parameters
Type Name Description
Int32 ticketMessageEntityId
Returns
Type Description
TicketMessageEntity

GetSaleAndQuoteDetails(Int32)

Declaration
public MiniPreviewController.SaleAndQuoteDetails GetSaleAndQuoteDetails(int quoteAlternativeId)
Parameters
Type Name Description
Int32 quoteAlternativeId
Returns
Type Description
MiniPreviewController.SaleAndQuoteDetails
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top