Class AssetSelectorClientProperties
Represents client properties of a AssetSelectorComponent.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.")]
public sealed class AssetSelectorClientProperties : FormComponentClientProperties<IEnumerable<AssetRelatedItem>>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectAssetSelectorClientProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
AssetSelectorClientProperties()
public AssetSelectorClientProperties()
Properties
AllowedExtensions
Gets or sets the allowed file extensions.
public string AllowedExtensions { get; set; }
Property Value
- string
Assets
Gets or set collection of assets.
public IEnumerable<AssetItem> Assets { get; set; }
Property Value
- IEnumerable<AssetItem>
LibrariesAvailable
Gets or sets a value indicating whether media libraries can be browsed. When false, already selected
assets are displayed but no new assets can be selected.
public bool LibrariesAvailable { get; set; }
Property Value
- bool