Property FeedEntityId
FeedEntityId
Gets a unique ID for the entity within the feed that triggered the notification info.
Declaration
public string FeedEntityId { get; }
Property Value
Type | Description |
---|---|
System.String | A unique ID for the entity within the feed that triggered the notification info. |
Remarks
This property is consistent for all notifications for a given feed entity. For example, use this ID to count the number of sites a team member visits. If a feed is a LocationGeotriggerFeed, all location updates for that feed share the same ID.
With a FenceGeotrigger, you can combine this property with the FenceId to create an ID that groups all notifications for a given feed entity and a specific fence. For example, use a concatenation of the two properties to display a list of areas of interest that are currently occupied and the details of who has entered them.
To group events by the geotrigger, use the GeotriggerId property.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.13 - 200.5 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.5 |