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.7Syntax
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. |