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 public bool ContainsColumn(
int columnId
)
Parameters
- columnId
- Type: SystemInt32
The column id.
Return Value
Type:
BooleanTrue if found, else False.
See Also