ClassTypeSettingsCheckInterfaces Method |
Checks if selected class is child of given interface.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public bool CheckInterfaces(
Type type
)
Parameters
- type
- Type: SystemType
Type of selected class
Return Value
Type:
BooleanSee Also