Click or drag to resize

RenameSurveysForCloudCustomersRenameSurveyTemplate Method

Updates survey template system name for specific survey name

Namespace:  Omada.OE.Solution.OIM.AppLogic.UpdateActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected void RenameSurveyTemplate(
	IControllerFactory factory,
	string currentName,
	string targetName
)

Parameters

factory
Type: Omada.OE.AppLogicIControllerFactory
Factory for creating controllers
currentName
Type: SystemString
Current name
targetName
Type: SystemString
New system name
Remarks
If survey is not found method will silently exit
See Also