Click or drag to resize
TmplItemFindById Method

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

Search the tree from this node to find a TmplItem with the given id (optionally search recusively)

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public TmplItem FindById(
	int id,
	bool recurse
)

Parameters

id
Type: SystemInt32

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

recurse
Type: SystemBoolean

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

Return Value

Type: TmplItem
Returns the TmplItem with the given id. Null if none was found
See Also