Click or drag to resize

ModelingUtilsGetContentColumnList Method

From a given list of columns' ids, returns all corresponding columns found in the specified model.

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 List<ContentColumn> GetContentColumnList(
	Model model,
	List<int> cols
)

Parameters

model
Type: Packflow.ModelingModel
cols
Type: System.Collections.GenericListInt32

Return Value

Type: ListContentColumn
See Also