Click or drag to resize

IContentTypeGetIColumn Method

Gets a column by its GUID.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
IContentColumn GetIColumn(
	Guid columnGuid
)

Parameters

columnGuid
Type: SystemGuid
GUID of the column.

Return Value

Type: IContentColumn
IContentColumn
See Also