Defines the interface for Storage Provider object in Cartella Asset System. The Storage Provider is in charge of the storage and lookup of binaries.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Collapse imageSyntax

C#
public interface IAssetStorageProvider
Visual Basic
Public Interface IAssetStorageProvider
Visual C++
public interface class IAssetStorageProvider

Collapse imageRemarks

Storage Provider is an extension point in the Cartella Asset System. Integrators can create their own IAssetStorageProvider implementation to communicate with their own file storage that is mapped to specific Asset types (can be multiple). Their Storage Providers will be picked up automatically by the Cartella Asset System and will override the default Storage Provider.

Collapse imageSee Also