Click or drag to resize
ArrayTableAllowChild Method (TmplItem)

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

Template items allowed as children include; Template items of type Comment, Template items inheritng from DataNameBase (i.e. data carrying template items) EXCEPT FileUpload or ArrayTable

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(
	TmplItem child
)

Parameters

child
Type: CSC.SC.TOPICA4.TemplateTmplItem

[Missing <param name="child"/> documentation for "M:CSC.SC.TOPICA4.Template.ArrayTable.AllowChild(CSC.SC.TOPICA4.Template.TmplItem)"]

Return Value

Type: Boolean
True if allowed else false
See Also