Click or drag to resize
TmplItemUtilCopyTmplItem Method

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

Create a new TmplItem derived object, copying values from existing 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 static TmplItem CopyTmplItem(
	TmplItem copyFrom,
	string newType,
	string newCaption,
	string newDataName
)

Parameters

copyFrom
Type: CSC.SC.TOPICA4.TemplateTmplItem
The TmplItem to copy construct from
newType
Type: SystemString

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

newCaption
Type: SystemString

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

newDataName
Type: SystemString

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

Return Value

Type: TmplItem
The newly create TmplItem
See Also