Get the list of licensed/allowed by default plug-in assemblies. The list is an concatenation of Full Type Name and Version number. It is used to manage licenses for plug-ins.

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

Syntax

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

See Also