Class ActionType
Definition of a type of an Action
Inheritance
System.Object
ActionType
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ActionType : Object
Constructors
ActionType(Int32)
Initializes a new instance of the Action
Declaration
public ActionType(int id)
Parameters
Type | Name | Description |
---|---|---|
System. |
id |
ActionType(Int32, String)
Initializes a new instance of the Action
Declaration
public ActionType(int id, string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | |
System. |
name |
Properties
Id
Gets the id of this Action
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System. |
LanguagePath
Gets the language path to use to get the localized name of this Action
Declaration
public string LanguagePath { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets the name associated with this Action
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |