Hevea documentation

DocumentRegistration Constructor (String, Type, String)

Constructor.

public DocumentRegistration(
   string documentName,
   Type documentType,
   string security
);

Parameters

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

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