Table of Contents

Class CompleteUploadCommandArguments

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Complete upload arguments.

public sealed class CompleteUploadCommandArguments
Inheritance
object
CompleteUploadCommandArguments
Extension Methods

Properties

FileIdentifier

File identifier under which the file is saved on the disk.

public string FileIdentifier { get; set; }

Property Value

string

FileName

Uploaded file name with extension that is to be saved in content item asset metadata.

public string FileName { get; set; }

Property Value

string

FileSize

File size in bytes.

public long FileSize { get; set; }

Property Value

long