SaaS CMS has officially launched! Learn more now.

Class ContentNameValidator

Validates that Name of an IContent is set and has a valid format

Inheritance
System.Object
ContentNameValidator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Validation
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class ContentNameValidator : IValidate<IContent>, IValidate

Constructors

ContentNameValidator(LocalizationService)

Initializes a new instance of the RequiredPropertyValidator class.

Declaration
public ContentNameValidator(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

The localization service.

Methods

Validate(IContent)

Validates the specified instance.

Declaration
public IEnumerable<ValidationError> Validate(IContent content)
Parameters
Type Name Description
IContent content

The instance.

Returns
Type Description
System.Collections.Generic.IEnumerable<ValidationError>

Implements

Extension Methods