Hevea documentation

DocumentRegistration Constructor (String, Type)

Constructor. By default, security is not enabled.

public DocumentRegistration(
   string documentName,
   Type documentType
);

Parameters

documentName
page name (entered by the client as part of URL)
documentType
page implementation

Exceptions

Exception Type Condition
ArgumentNullException documentName or documentType is null
ArgumentException the document type does not implement IWebObject

See Also

DocumentRegistration Class | Hevea.Core Namespace | DocumentRegistration Constructor Overload List