Click or drag to resize
MacroSecurityProcessorRemoveSecurityParameters Method (String, Boolean, Hashtable)
Removes security parameters from all macros.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public static string RemoveSecurityParameters(
	string text,
	bool replaceWithHash,
	Hashtable signatures
)

Parameters

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

Return Value

Type: String
See Also