Click or drag to resize
ClassHelperGetAssemblyNamesInternal Method
Gets list of assembly names by given restrictions. Returns assemblies that contains at least one class fullfilling restrictions.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected virtual List<string> GetAssemblyNamesInternal(
	string assembliesFilter,
	ClassTypeSettings settings
)

Parameters

assembliesFilter
Type: SystemString
String to filter list of assembly names
settings
Type: CMS.BaseClassTypeSettings
Settings used for filter classes

Return Value

Type: ListString
See Also