Find out if given type is allowed to be child of this object.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AllowChildType(
	Type childType
)
Visual Basic
Function AllowChildType ( _
	childType As Type _
) As Boolean
Visual C++
bool AllowChildType(
	Type^ childType
)

Parameters

childType
Type: System..::..Type
Type of object

Field Value

Boolean

Return Value

True if allowed

See Also