Validates the current page and throws a
ValidationExceptionto report an error.
NamedValueMap
of page contents. If this is from an existing set of pages (IAdminEditor has previously called Finalize()), then the names in the NamedValueMapwill be uppercased.
Used to provide validation that cannot be accomplished using regular expressions, for example, validating a user name and password for a database. The error code in a thrown
ValidationExceptionis used as the
errorCode
used in GetContent
for each error condition.
IAdminPage Interface | Plumtree.Remote.Sci Namespace