MacroSecurityProcessor RemoveSecurityParameters Method (String, Boolean, Hashtable)Kentico 8.0 API Reference
Removes security parameters from all macros.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

text
Type: OnlineSystem String
Text with macros
replaceWithHash
Type: OnlineSystem Boolean
If true, macros which contained security information will be returned with hash at the end
signatures
Type: OnlineSystem.Collections Hashtable
Hashtable of usernames indexed by expressions to be build while removing security parameters

Return Value

Type: OnlineString
See Also