Click or drag to resize
ArrayTableAllowChild Method

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

Overload List
  NameDescription
Public methodAllowChild(Type)
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
(Overrides DataTableBaseAllowChild(Type).)
Public methodAllowChild(TmplItem)
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
(Overrides DataTableBaseAllowChild(TmplItem).)
Top
See Also