DownloadFileWebSiteBackup Method

Definition

Namespace: Centralpoint.Web.HttpHandlers
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private void WebSiteBackup(
	HttpContext context,
	HttpResponse response,
	Management management,
	string webSiteId,
	string fileName
)

Parameters

context  HttpContext
 
response  HttpResponse
 
management  Management
 
webSiteId  String
 
fileName  String
 

See Also