UserMacroIdentityInfo Constructor (DataRow) |
Constructor - Creates a new UserMacroIdentityInfo object from the given DataRow.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public UserMacroIdentityInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data
See Also