Click or drag to resize

imbStringBuilderBaseSubcontentStart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Starts Subcontent session or continues existing. Optionally erazes all existing content under subsession specified by key

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void SubcontentStart(
	templateFieldSubcontent key,
	bool cleanPriorContent = false
)
Request Example View Source

Parameters

key
Type: imbSCI.Data.enums.fieldstemplateFieldSubcontent
Subsession selector key
cleanPriorContent (Optional)
Type: SystemBoolean
Optionally erazes all existing content under subsession specified by key
See Also