EmbedOriginalPreviewValidator
public sealed class EmbedOriginalPreviewValidator : ValidatorFinds previews missing from the cache after switching from direct originals to fully cached preview storage.
Constructors
Section titled “Constructors”
EmbedOriginalPreviewValidator()
Section titled “EmbedOriginalPreviewValidator()”public EmbedOriginalPreviewValidator()Methods
Section titled “Methods”
IsVisible()
Section titled “IsVisible()”public override bool IsVisible()Reports whether this validator applies to the active database and project configuration.
Returns
System.Boolean
Validate()
Section titled “Validate()”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