Interface IActivityTypeProvider
Provider of available ActivityType in this solution.
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IActivityTypeProvider
Methods
Get(String)
Get the registered activity type with the provided name
Declaration
ActivityType Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ActivityType | An activity type if found; otherwise null. |
List()
List all registered activity types
Declaration
IEnumerable<ActivityType> List()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ActivityType> | A list of activity types. |