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 the data integrity of the content tree and optionally fixes issues.
Declaration
ContentDataIntegrityReport CheckDataIntegrity(ContentDataIntegrityReportOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentDataIntegrityReportOptions | options | The options for the data integrity check. |
Returns
| Type | Description |
|---|---|
| ContentDataIntegrityReport | A ContentDataIntegrityReport containing the results of the integrity check. |