Click or drag to resize
MacroIdentityInfoProviderGetMacroIdentityInfo Method (Int32)
Returns MacroIdentityInfo with specified ID.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static MacroIdentityInfo GetMacroIdentityInfo(
	int id
)

Parameters

id
Type: SystemInt32
MacroIdentityInfo ID

Return Value

Type: MacroIdentityInfo
See Also