A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.10.4
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