Base type: System.Entity
Summary: This entity contains grouped notification item data.
Name | Type | Notes |
---|---|---|
TypeID | System.Guid | |
NotificationID | System.Guid | |
Timestamp | System.DateTime | |
ImageLink | System.String | |
DisplayAs | System.String | |
CustomDismissButtonText | System.String | |
HideDismissButton | System.Boolean | |
AcknowledgeByItemId | System.Boolean | |
DetailsPageLink | System.String | |
DetailsPageLinkCaption | System.String | |
Message | System.String | |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
Name | Summary | Parameters | Returns |
---|---|---|---|
AcknowledgeAll | Sets notification item acknowledgement timestamp and user for all items. | ||
AcknowledgeById | Sets notification item acknowledgement timestamp and user for specific item. | ||
UnAcknowledgeById | Resets notification item acknowledgement for specific item. | ||
AcknowledgeByType | Sets notification item acknowledgement timestamp and user for items of a specific type. | ||
UnAcknowledgeByType | Resets notification item acknowledgement for items of a specific type. |