Click or drag to resize

ContentColumnSettings_ChoiceGetTargetModelingItems Method

Gets the modeling items of the target content-type, if any.

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<ContentItem> GetTargetModelingItems(
	out IContentColumn targetColumn
)

Parameters

targetColumn
Type: Packflow.ModelingIContentColumn
Target column if found.

Return Value

Type: ListContentItem
ListT
See Also