Click or drag to resize

ContentTypeGetChoiceView Method

Gets a view referenced by a choice column.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentView GetChoiceView(
	ContentColumn cc
)

Parameters

cc
Type: Packflow.ModelingContentColumn
Choice column referencing the view.

Return Value

Type: ContentView
ContentView
See Also