Click or drag to resize
MacroIdentityInfoProviderGetMacroIdentityInfo Method (Int32)

Note: This API is now obsolete.

Returns MacroIdentityInfo with specified ID.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMacroIdentityInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MacroIdentityInfo.Provider.")]
public static MacroIdentityInfo GetMacroIdentityInfo(
	int id
)

Parameters

id
Type: SystemInt32
MacroIdentityInfo ID

Return Value

Type: MacroIdentityInfo
See Also