Get the Asset type-names mapped to the Storage Provider.

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

Syntax

C#
string[] TypeNames { get; }
Visual Basic
ReadOnly Property TypeNames As String()
	Get
Visual C++
property array<String^>^ TypeNames {
	array<String^>^ get ();
}

Remarks

Storage provider can cover multiple types (e.g. Document, Audio and Video) at the same time. However, if multiple storage providers are mapped to the same type, the AssetSystemManager will throw an AmbiguousMatchException

See Also