Click or drag to resize

WebFormSectionUpdateColumns Method

Changes the columns' id of all fields to a new content-type. Similar columns are found by a common name.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void UpdateColumns(
	ContentType oldCt,
	ContentType newCt,
	List<string> removedColumns
)

Parameters

oldCt
Type: Packflow.ModelingContentType
newCt
Type: Packflow.ModelingContentType
removedColumns
Type: System.Collections.GenericListString
See Also