Click or drag to resize

SurveyWorkflowstepAssigneeExpression Constructor (String, String, String, String, NullableDataSourceStartObject)

Same as AssigneeExpression

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SurveyWorkflowstepAssigneeExpression(
	string expression,
	string exclude,
	string childObjectExpression,
	string childObjectExclude,
	Nullable<DataSourceStartObject> childObjectStartObject
)

Parameters

expression
Type: SystemString
expression
exclude
Type: SystemString
epxression for exclusion
childObjectExpression
Type: SystemString
childObjectExclude
Type: SystemString
childObjectStartObject
Type: SystemNullableDataSourceStartObject
start object of expression used in parent/child surveys, may be null for other survey types
See Also