Click or drag to resize
TmplItemUtilCreateTmplItem Method (String, String, String, TmplItem)

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

This method constructs a specific subtype of TmplItem given the name of the type as a string

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public static TmplItem CreateTmplItem(
	string type,
	string caption,
	string dataName,
	TmplItem parent
)

Parameters

type
Type: SystemString
name of type of object to construct
caption
Type: SystemString
The caption for the TmplItem to create. Can be null
dataName
Type: SystemString
The dataname for the TmplItem to create. Can be null
parent
Type: CSC.SC.TOPICA4.TemplateTmplItem
The parent of the TmplItem to create. Can be null

Return Value

Type: TmplItem
The newly create TmplItem
See Also