Skip to content

HiddenFilePreviewsValidator

ClassAssetInventoryAssetInventory.Editor
public sealed class HiddenFilePreviewsValidator : Validator

Finds cached previews that are no longer needed because their indexed files are hidden.

public HiddenFilePreviewsValidator()

public override Task Validate()

Scans the active catalog or storage for this validator’s issue type and records findings without modifying customer data.

Returns

System.Threading.Tasks.Task

public override Task Fix()

Repairs findings recorded by the most recent validation pass, then refreshes the validator state and results.

Returns

System.Threading.Tasks.Task

public int HiddenFileCount { get; }

Returns

System.Int32

public override string ResultText { get; }

Returns

System.String