Click or drag to resize
TmplItemInsertAfter Method

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

Insert ti after 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 InsertAfter(
	TmplItem ti
)

Parameters

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