Interface IActivityTypeRegistry
Namespace: EPiServer.DataAbstraction.Activities.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IActivityTypeRegistryMethods
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 | 
