Click or drag to resize

ContentMessageItem_FieldValueCreate Method (String, Int32)

Creates a new instance of the ContentMessageItem_FieldValue class.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static ContentMessageItem_FieldValue Create(
	string columnName,
	int columnId
)

Parameters

columnName
Type: SystemString
columnId
Type: SystemInt32

Return Value

Type: ContentMessageItem_FieldValue
See Also