Click or drag to resize
ClassTypeSettings Constructor
Constructor.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ClassTypeSettings(
	string baseClassNames = null,
	bool showClasses = true,
	bool showEnumerations = false,
	bool showInterfaces = false
)

Parameters

baseClassNames (Optional)
Type: SystemString
Base class names (separated by semi-colon) to filter its child classes.
showClasses (Optional)
Type: SystemBoolean
Indicates if classes should be selected.
showEnumerations (Optional)
Type: SystemBoolean
Indicates if enumerations should be selected.
showInterfaces (Optional)
Type: SystemBoolean
Indicates if interfaces should be selected.
See Also