Click or drag to resize
ClassHelperGetClassesInternal Method
Gets classes for given assembly name and class restrictions settings.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected virtual List<string> GetClassesInternal(
	string assemblyName,
	ClassTypeSettings settings
)

Parameters

assemblyName
Type: SystemString
Assembly name
settings
Type: CMS.BaseClassTypeSettings
Settings used for filter list of classes

Return Value

Type: ListString
See Also