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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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