SaaS CMS has officially launched! Learn more now.

Enum DirectoryActionType

The types of action a file change log can have

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("Virtual Path Providers for content is no longer supported, remove usage of this enum")]
public enum DirectoryActionType

Fields

Name Description
Add

Directory added

Copy

Directory copied

Delete

Directory deleted

Move

Directory moved

Undefined

No action defined

Extension Methods