Click or drag to resize

ContentTypeGetColumns Method

Gets columns by their ids.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<ContentColumn> GetColumns(
	List<int> ids
)

Parameters

ids
Type: System.Collections.GenericListInt32
Ids of the columns.

Return Value

Type: ListContentColumn
ListT
See Also