Click or drag to resize
TmplItemFindByHTMLName Method

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

Returns tmpItem that matches specified htmlname

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

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

recurse
Type: SystemBoolean

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

Return Value

Type: TmplItem

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

See Also