Table of Contents

Class MassAssetUploadChunkCommandArguments

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

Chunk upload arguments.

public sealed class MassAssetUploadChunkCommandArguments
Inheritance
object
MassAssetUploadChunkCommandArguments
Extension Methods

Constructors

MassAssetUploadChunkCommandArguments()

public MassAssetUploadChunkCommandArguments()

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