Click or drag to resize
TmplItemCollectionFindById Method

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

Find a TmplItem with a specific id in the collection (optionally search recursively through each TmplItem)

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
recurse
Type: SystemBoolean

Return Value

Type: TmplItem

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItemCollection.FindById(System.Int32,System.Boolean)"]

See Also