Interface IContentValueSetValidator
An extended for content indexes
Assembly: cs.temp.dll.dll
Syntax
public interface IContentValueSetValidator
Properties
ParentId
Declaration
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PublishedValuesOnly
When set to true the index will only retain published values
Declaration
bool PublishedValuesOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Boolean |
|
Methods
ValidatePath(String, String)
Declaration
bool ValidatePath(string path, string category)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.String |
category |
|
Returns
Type |
Description |
System.Boolean |
|
ValidateProtectedContent(String, String)
Declaration
bool ValidateProtectedContent(string path, string category)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.String |
category |
|
Returns
Type |
Description |
System.Boolean |
|
ValidateRecycleBin(String, String)
Declaration
bool ValidateRecycleBin(string path, string category)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.String |
category |
|
Returns
Type |
Description |
System.Boolean |
|