FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getUniquePropertyValues Method

Gets the unique property values.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, string> getUniquePropertyValues(
	string propertyName,
	bool bRecursive,
	bool withConnectionsOnly,
	params string[] stepTypes
)
Public Function getUniquePropertyValues ( _
	propertyName As String, _
	bRecursive As Boolean, _
	withConnectionsOnly As Boolean, _
	ParamArray stepTypes As String() _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getUniquePropertyValues(
	String^ propertyName, 
	bool^ bRecursive, 
	bool^ withConnectionsOnly, 
	... array<String^>^ stepTypes
)

Parameters

propertyName
Type: String
Name of the property.
bRecursive
Type: Boolean
if set to true [b recursive].
withConnectionsOnly
Type: Boolean
figures with incoming connections only
stepTypes
Type: array<String>[]()[][]
The step types.

Return Value

Dictionary<System.String, System.String>.