Click or drag to resize

ContentItemGetValue Method (Int32)

Gets the value of the specified 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 ContentItemValue GetValue(
	int columnId
)

Parameters

columnId
Type: SystemInt32
Id of the column.

Return Value

Type: ContentItemValue
ContentItemValue
See Also