FileUploadViewModel Constructor

Constructor for human programmer use.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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