Click or drag to resize
SystemHelperRestartApplication Method
Tries to restart application and returns if restart was successful.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool RestartApplication(
	string physicalApplicationPath
)

Parameters

physicalApplicationPath
Type: SystemString
Physical application path

Return Value

Type: Boolean
See Also