Enum FileChangeType NamespaceRisingV.Shared.Files AssemblyRisingV.Shared.dll Represents the type of change that occurred to a file. public enum FileChangeType Extension Methods EnumExtensions.GetRandom<TEnum>(TEnum, Random) EntityExtensions.IsAspect<TAspect>(object) Fields Created = 0 Deleted = 2 Modified = 1 Renamed = 3