Interface IContentSaveValidate<TContent>
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
Signature for component that validates instances of TContent
with access
to validation context given by ContentSaveValidationContext
Inherited Members
Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public interface IContentSaveValidate<TContent> : IContextValidate<TContent, ContentSaveValidationContext>, IValidate where TContent : IContentData
Type Parameters
Name | Description |
---|---|
TContent | The type of content to validate |