Notification.NotificationItem(Dictionary<String,Object>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Notification.NotificationItem class.
public:
NotificationItem(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ items);
public NotificationItem (System.Collections.Generic.Dictionary<string,object> items);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification.NotificationItem : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification.NotificationItem
Public Sub New (items As Dictionary(Of String, Object))
Parameters
- items
- Dictionary<String,Object>
Specifies the notification items.