Click or drag to resize
MacroIdentityInfoProviderDeleteMacroIdentityInfo Method (Int32)
Deletes MacroIdentityInfo with specified ID.

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

Parameters

id
Type: SystemInt32
MacroIdentityInfo ID
See Also