Class MassAssetUploadConfigurationClientProperties
Class representing mass upload configuration for content hub.
public sealed class MassAssetUploadConfigurationClientProperties
- Inheritance
-
objectMassAssetUploadConfigurationClientProperties
- 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