PageParserFilter.AllowBaseType(Type) Method

Definition

Determines whether the page can be derived from the specified Type.

public:
 virtual bool AllowBaseType(Type ^ baseType);
public virtual bool AllowBaseType (Type baseType);
abstract member AllowBaseType : Type -> bool
override this.AllowBaseType : Type -> bool
Public Overridable Function AllowBaseType (baseType As Type) As Boolean

Parameters

baseType
Type

A Type that represents the potential base class of the current page.

Returns

true if the page can inherit from the specified type; otherwise, false. The default is false.

Remarks

The TemplateParser class determines whether a base type is permitted.

Applies to