Table of Contents

Class UploadCompleteCommandArguments

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

Complete upload arguments.

public abstract class UploadCompleteCommandArguments
Inheritance
object
UploadCompleteCommandArguments
Derived
Extension Methods

Remarks

This API supports the framework infrastructure and is not intended to be used directly from your code.

Constructors

UploadCompleteCommandArguments()

protected UploadCompleteCommandArguments()

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