Click or drag to resize
ClassTypeSettingsCheckInterfaces Method
Checks if selected class is child of given interface.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public bool CheckInterfaces(
	Type type
)

Parameters

type
Type: SystemType
Type of selected class

Return Value

Type: Boolean
See Also