Click or drag to resize
TmplItemCollectionFindByHTMLName Method

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

Find a TmplItem by it's html name

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 FindByHTMLName(
	string htmlName,
	bool recurse
)

Parameters

htmlName
Type: SystemString
recurse
Type: SystemBoolean

Return Value

Type: TmplItem

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

See Also