Click or drag to resize

WebApiCreateFileResponse(DocumentInfo, String, String) Method

[Missing <summary> documentation for "M:Casewhere.WebTrigger.DSL.WebApi.CreateFileResponse(Casewhere.SystemTypes.DocumentInfo,System.String,System.String)"]


Namespace: Casewhere.WebTrigger.DSL
Assembly: Casewhere.WebTrigger (in Casewhere.WebTrigger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CreateFileResponse(
	DocumentInfo documentInfo,
	string mediaType = "application/octet-stream",
	string dispositionHeader = "attachment"
)

Parameters

documentInfo  DocumentInfo
 
mediaType  String  (Optional)
 
dispositionHeader  String  (Optional)
 

Implements

IWebApiCreateFileResponse(DocumentInfo, String, String)
See Also