Table of Contents

Class MassAssetUploadConfigurationClientProperties

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

Class representing mass upload configuration for content hub.

public sealed class MassAssetUploadConfigurationClientProperties
Inheritance
object
MassAssetUploadConfigurationClientProperties
Extension Methods

Properties

AllowedExtensions

Allowed extensions for mass upload.

public IEnumerable<string> AllowedExtensions { get; set; }

Property Value

IEnumerable<string>

ChunkSize

Maximum allowed size of file chunk.

public int ChunkSize { get; set; }

Property Value

int

Disabled

Indicates that mass asset upload feature is disabled.

public bool Disabled { get; set; }

Property Value

bool

MaxFileSize

Maximum allowed size of file.

public long MaxFileSize { get; set; }

Property Value

long

Title

Message explaining why the mass asset upload feature is disabled.

public string Title { get; set; }

Property Value

string