| 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
Syntaxprotected 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
RemarksIf survey is not found method will silently exit
See Also