Click or drag to resize
UserMacroIdentityInfoProviderDeleteUserMacroIdentityInfo Method (UserMacroIdentityInfo)

Note: This API is now obsolete.

Deletes specified UserMacroIdentityInfo.

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

Parameters

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