Click or drag to resize

SurveySerializerCreateAssigneesElement Method

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 static XmlElement CreateAssigneesElement(
	XmlDocument xmlDoc,
	List<int> assigneeIds,
	bool manuallyAssigned = false
)

Parameters

xmlDoc
Type: System.XmlXmlDocument
assigneeIds
Type: System.Collections.GenericListInt32
manuallyAssigned (Optional)
Type: SystemBoolean

Return Value

Type: XmlElement
See Also