Click or drag to resize
TmplItemInsertBefore Method

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

Insert ti before this 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 void InsertBefore(
	TmplItem ti
)

Parameters

ti
Type: CSC.SC.TOPICA4.TemplateTmplItem
The TmplItem to insert before this TmplItem
See Also