Click or drag to resize

ContentTypeContainsColumn Method

Determines whether the specified column id is in this content-type.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool ContainsColumn(
	int columnId
)

Parameters

columnId
Type: SystemInt32
The column id.

Return Value

Type: Boolean
True if found, else False.
See Also