Click or drag to resize

FeatureChoiceProviderGetChoices Method

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public IEnumerable<Choice> GetChoices(
	Object rootObject
)

Parameters

rootObject
Type: SystemObject

Return Value

Type: IEnumerableChoice

Implements

IChoiceProviderGetChoices(Object)
See Also