Click or drag to resize
TmplItemSetFromPreProcessed Method

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

Override this method to set data of the template item from the pre processed data

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
protected virtual bool SetFromPreProcessed(
	FormContext formContext,
	bool updating
)

Parameters

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

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

updating
Type: SystemBoolean

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

Return Value

Type: Boolean

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

See Also