SaaS CMS has officially launched! Learn more now.

Class RepositoryEventType

Contains flags that determine the source of a repository event.

Inheritance
System.Object
RepositoryEventType
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class RepositoryEventType : Enum

Fields

Created

Declaration
public const RepositoryEventType Created
Field Value
Type Description
RepositoryEventType

Creating

Declaration
public const RepositoryEventType Creating
Field Value
Type Description
RepositoryEventType

Deleted

Declaration
public const RepositoryEventType Deleted
Field Value
Type Description
RepositoryEventType

Deleting

Declaration
public const RepositoryEventType Deleting
Field Value
Type Description
RepositoryEventType

Loaded

Declaration
public const RepositoryEventType Loaded
Field Value
Type Description
RepositoryEventType

Loading

Declaration
public const RepositoryEventType Loading
Field Value
Type Description
RepositoryEventType

Saved

Declaration
public const RepositoryEventType Saved
Field Value
Type Description
RepositoryEventType

Saving

Declaration
public const RepositoryEventType Saving
Field Value
Type Description
RepositoryEventType

Undefined

Declaration
public const RepositoryEventType Undefined
Field Value
Type Description
RepositoryEventType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods