Class RepositoryEventType
Contains flags that determine the source of a repository event.
Inheritance
System.Object
RepositoryEventType
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class RepositoryEventType : Enum
Fields
Created
Declaration
public const RepositoryEventType Created
Field Value
Creating
Declaration
public const RepositoryEventType Creating
Field Value
Deleted
Declaration
public const RepositoryEventType Deleted
Field Value
Deleting
Declaration
public const RepositoryEventType Deleting
Field Value
Loaded
Declaration
public const RepositoryEventType Loaded
Field Value
Loading
Declaration
public const RepositoryEventType Loading
Field Value
Saved
Declaration
public const RepositoryEventType Saved
Field Value
Saving
Declaration
public const RepositoryEventType Saving
Field Value
Undefined
Declaration
public const RepositoryEventType Undefined
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Extension Methods