FileUploadViewModel Constructor

Constructor for human programmer use.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public FileUploadViewModel(
	string fileName,
	string fileStorageUrl,
	string contentType,
	Guid owner,
	Guid id,
	string tag
)

Parameters

fileName  String
Name of the uploaded file
fileStorageUrl  String
Url on Azure where it is stored
contentType  String
Type of file
owner  Guid
Company owning the file
id  Guid
File unique ID
tag  String
designated type of object

See Also