Removes security parameters from all macros.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- text
- Type: System String
Text with macros
- replaceWithHash
- Type: System Boolean
If true, macros which contained security information will be returned with hash at the end
- signatures
- Type: System.Collections Hashtable
Hashtable of usernames indexed by expressions to be build while removing security parameters
- clearSignatures
- Type: System Boolean
If true, signatures hashtable is cleared before text processing
Return Value
Type: StringSee Also