Enum ContentTypeActionType
The types of action a ContentTypeActivity can record.
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum ContentTypeActionType
Fields
| Name | Description |
|---|---|
| Create | Content type created |
| Delete | Content type deleted |
| Save | Content type modified |
| Undefined | No action defined |