Click or drag to resize

NotificationsDeleteNotificationsV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Notifications.DeleteNotificationsV30Async(BlackBerry.Workspaces.Json.DeleteNotificationJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<BulkOperationResultJson> DeleteNotificationsV30Async(
	DeleteNotificationJson deleteNotificationJson
)

Parameters

deleteNotificationJson
Type: BlackBerry.Workspaces.JsonDeleteNotificationJson

[Missing <param name="deleteNotificationJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Notifications.DeleteNotificationsV30Async(BlackBerry.Workspaces.Json.DeleteNotificationJson)"]

Return Value

Type: TaskBulkOperationResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Notifications.DeleteNotificationsV30Async(BlackBerry.Workspaces.Json.DeleteNotificationJson)"]

See Also