Click or drag to resize

ContentTypeAddColumn Method (String, String, ContentColumnType)

Adds a new column.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentColumn AddColumn(
	string name,
	string dispName,
	ContentColumnType type
)

Parameters

name
Type: SystemString
Name of the column.
dispName
Type: SystemString
Display name of the column.
type
Type: Packflow.ModelingContentColumnType
Type of the column.

Return Value

Type: ContentColumn
ContentColumn
See Also