View Source
Interface IContentValueSetValidator
An extended Examine.IValueSetValidator for content indexes
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IContentValueSetValidator
Properties
View Source
ParentId
Declaration
Property Value
View Source
PublishedValuesOnly
When set to true the index will only retain published values
Declaration
bool PublishedValuesOnly { get; }
Property Value
View Source
SupportProtectedContent
If true, protected content will be indexed otherwise it will not be put or kept in the index
Declaration
bool SupportProtectedContent { get; }
Property Value
Methods
View Source
ValidatePath(string, string)
Declaration
bool ValidatePath(string path, string category)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| string |
category |
|
Returns
View Source
ValidateProtectedContent(string, string)
Declaration
bool ValidateProtectedContent(string path, string category)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| string |
category |
|
Returns
View Source
ValidateRecycleBin(string, string)
Declaration
bool ValidateRecycleBin(string path, string category)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| string |
category |
|
Returns