Interface IAssetItemUploader
Interface for uploading assets.
public interface IAssetItemUploader
- Extension Methods
Methods
Upload(int, string, IUploadedFilesCollection, string)
Uploads assets into specified assets library.
Task<IEnumerable<AssetItem>> Upload(int libraryIdentifier, string folderPath, IUploadedFilesCollection files, string allowedExtensions)
Parameters
libraryIdentifier
intAssets library identifier.
folderPath
stringPath of the folder to upload the assets to.
files
IUploadedFilesCollectionFiles to upload.
allowedExtensions
stringAllowed file extensions to be uploaded. If empty value is provided, setting value is used.
Returns
- Task<IEnumerable<AssetItem>>