Click or drag to resize
TmplItemCollectionFindByDataName Method

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

Find specified dataname

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 FindByDataName(
	string dataName,
	bool recurse
)

Parameters

dataName
Type: SystemString
recurse
Type: SystemBoolean

Return Value

Type: TmplItem

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

See Also