Enum ContentDataIntegrityReport.IssueType
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum IssueTypeFields
| Name | Description | 
|---|---|
| InvalidPathAndLevelByParentId | The item's level and path are inconsistent with it's parent's path and level | 
| InvalidPathById | The item's path does not end with it's own ID | 
| InvalidPathByParentId | The item's path does not have it's parent Id as the 2nd last entry | 
| InvalidPathEmpty | The item's path doesn't contain all required parts | 
| InvalidPathLevelMismatch | The item's path parts are inconsistent with it's level value |