Click or drag to resize

ContentItemGetValue Method (Guid)

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(
	Guid columnGuid
)

Parameters

columnGuid
Type: SystemGuid
Guid of the column.

Return Value

Type: ContentItemValue
ContentItemValue
See Also