SaaS CMS has officially launched! Learn more now.

Interface IActivityTypeRegistry

Namespace: EPiServer.DataAbstraction.Activities.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IActivityTypeRegistry

Methods

Register(ActivityType)

Register an activity type and all available actions.

Declaration
void Register(ActivityType activityType)
Parameters
Type Name Description
ActivityType activityType

The activity type to register

Extension Methods