Click or drag to resize
TmplItemGetDefaultChild Method

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

Returns the default type (subclass of TmplItem) of child this object prefers

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public virtual Type GetDefaultChild()

Return Value

Type: Type
Returns null if no default type preferred
See Also