Interface IContentSaveValidate<TContent>
Signature for component that validates instances of IContentData instances with access to validation context given by ContentSaveValidationContext
Inherited Members
Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IContentSaveValidate<TContent> : IContextValidate<TContent, ContentSaveValidationContext>, IValidate where TContent : IContentDataType Parameters
| Name | Description | 
|---|---|
| TContent | The type of content to validate | 
