Click or drag to resize
UserMacroIdentityInfo Constructor (DataRow)
Constructor - Creates a new UserMacroIdentityInfo object from the given DataRow.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax
C#
public UserMacroIdentityInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also