Click or drag to resize
StructureElementAllowChild Method (Type)

[This is preliminary documentation and is subject to change.]

Allow as child StructureElement or StructureReference

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public override bool AllowChild(
	Type childType
)

Parameters

childType
Type: SystemType

[Missing <param name="childType"/> documentation for "M:CSC.SC.TOPICA4.Template.StructureElement.AllowChild(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.StructureElement.AllowChild(System.Type)"]

See Also