Click or drag to resize
UserMacroIdentityInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	UserMacroIdentityInfo info
)

Parameters

info
Type: CMS.MacroEngineUserMacroIdentityInfo
Object to insert / update
See Also