Click or drag to resize
MacroSecurityInstallationHelperUpdateAllMacroSignatures Method
Loops through all objects and signs all macros via GlobalAdministrator identity.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public static void UpdateAllMacroSignatures(
	Action<string> logErrorAction = null
)

Parameters

logErrorAction (Optional)
Type: SystemActionString
Action to be executed to log the error message.
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also