Class SmartInlineAssetUploadConfigurationClientProperties
Class representing smart inline upload configuration for content item selector.
public sealed class SmartInlineAssetUploadConfigurationClientProperties : MassAssetUploadConfiguration
- Inheritance
-
objectSmartInlineAssetUploadConfigurationClientProperties
- Inherited Members
- Extension Methods
Constructors
SmartInlineAssetUploadConfigurationClientProperties()
public SmartInlineAssetUploadConfigurationClientProperties()
Properties
ChunkSize
Maximum allowed size of file chunk.
public int ChunkSize { get; set; }
Property Value
- int
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
UseSelectionSidePanel
Indicates if side panel for folder and/or workspace selection should be used.
public bool UseSelectionSidePanel { get; set; }
Property Value
- bool
WorkspaceId
Workspace id for smart inline asset upload when side panel is not open and user has only single workspace access.
public int WorkspaceId { get; set; }
Property Value
- int