Click or drag to resize
TmplItemGetSubItemsByType Method

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

Get all subitems with a specified type

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public TmplItemCollection GetSubItemsByType(
	Type type,
	bool recurse,
	bool includeDeleted
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.GetSubItemsByType(System.Type,System.Boolean,System.Boolean)"]

recurse
Type: SystemBoolean

[Missing <param name="recurse"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.GetSubItemsByType(System.Type,System.Boolean,System.Boolean)"]

includeDeleted
Type: SystemBoolean

[Missing <param name="includeDeleted"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.GetSubItemsByType(System.Type,System.Boolean,System.Boolean)"]

Return Value

Type: TmplItemCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.GetSubItemsByType(System.Type,System.Boolean,System.Boolean)"]

See Also