Click or drag to resize
MacroIdentityInfoProviderSetMacroIdentityInfo Method
Sets (updates or inserts) specified MacroIdentityInfo.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static void SetMacroIdentityInfo(
	MacroIdentityInfo infoObj
)

Parameters

infoObj
Type: CMS.MacroEngineMacroIdentityInfo
MacroIdentityInfo to be set
See Also