Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Base Namespaces
CMS.Base
IValidator Interface
IValidator Properties
Errors Property
IsValid Property
IValidator
IsValid Property
Gets a value indicating whether validation succeeded.
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
Copy
bool
IsValid
{
get
; }
Property Value
Type:
Boolean
Exceptions
Exception
Condition
InvalidOperationException
Thrown when
Validate
has not been called yet.
Remarks
Accessing this property must be preceded by a call to the
Validate
method.
See Also
Reference
IValidator Interface
CMS.Base Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com