Click or drag to resize

VGIPlatformPlugInAssemblyHelperMasterPageIsAssignableFrom Method

Checks if MasterPage is assignable to type

Namespace:  Novalys.VisualGuard.Security.Common.PlatformPlugIns.Interfaces
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
bool MasterPageIsAssignableFrom(
	Type type
)

Parameters

type
Type: SystemType
Type of object

Return Value

Type: Boolean
True if MasterPage is assignable to type else false
See Also