Click or drag to resize
ClassHelperIsAllowed Method
Checks if given type is allowed based on base class name.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool IsAllowed(
	Type type,
	ClassTypeSettings settings
)

Parameters

type
Type: SystemType
Type of class
settings
Type: CMS.BaseClassTypeSettings
Settings used for filter list of classes

Return Value

Type: Boolean
See Also