London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IActivityAssociater

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Signature for component that associates external items with an Activity instance.

Namespace: EPiServer.DataAbstraction.Activities.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IActivityAssociater

Methods

GetAssociations(Activity)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Returns external identities that should be associated with activity.

Declaration
IEnumerable<Uri> GetAssociations(Activity activity)
Parameters
Type Name Description
Activity activity

The activity to get associations for.

Returns
Type Description
System.Collections.Generic.IEnumerable<System.Uri>

A list of associated identities.

Extension Methods