Click or drag to resize
UserMacroIdentityInfoProviderSetUserMacroIdentityInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified UserMacroIdentityInfo.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IUserMacroIdentityInfoProvider.Set(UserMacroIdentityInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - UserMacroIdentityInfo.Provider.")]
public static void SetUserMacroIdentityInfo(
	UserMacroIdentityInfo infoObj
)

Parameters

infoObj
Type: CMS.MacroEngineUserMacroIdentityInfo
UserMacroIdentityInfo to be set
See Also