London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentSaveValidate<TContent>

Signature for component that validates instances of IContentData instances with access to validation context given by ContentSaveValidationContext

Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IContentSaveValidate<TContent> : IContextValidate<TContent, ContentSaveValidationContext>, IValidate where TContent : IContentData
Type Parameters
Name Description
TContent

The type of content to validate

Extension Methods