Interface IContentServiceBase
Placeholder for sharing logic between the content, media (and member) services TODO: Start sharing the logic!
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IContentServiceBase : IService
Methods
View SourceCheckDataIntegrity(ContentDataIntegrityReportOptions)
Checks/fixes the data integrity of node paths/levels stored in the database
Declaration
ContentDataIntegrityReport CheckDataIntegrity(ContentDataIntegrityReportOptions options)
Parameters
Type | Name | Description |
---|---|---|
ContentDataIntegrityReportOptions | options |
Returns
Type | Description |
---|---|
ContentDataIntegrityReport |