Click or drag to resize
UserMacroIdentityInfoProviderDeleteUserMacroIdentityInfo Method (Int32)
Deletes UserMacroIdentityInfo with specified ID.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax
C#
public static void DeleteUserMacroIdentityInfo(
	int id
)

Parameters

id
Type: SystemInt32
UserMacroIdentityInfo ID
See Also