Table of Contents

Class UploadChunkCommandArguments

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

Chunk upload arguments.

public sealed class UploadChunkCommandArguments
Inheritance
object
UploadChunkCommandArguments
Extension Methods

Constructors

UploadChunkCommandArguments()

public UploadChunkCommandArguments()

Properties

ChunkData

File binary data.

public byte[] ChunkData { get; set; }

Property Value

byte[]

ChunkId

Chunk ID.

public int ChunkId { get; set; }

Property Value

int

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.

public long FileSize { get; set; }

Property Value

long