Hevea documentation

DocumentRegistration Constructor (String, Type, SecurityMode)

Constructor.

public DocumentRegistration(
   string documentName,
   Type documentType,
   SecurityMode secure
);

Parameters

documentName
page name (entered by the client as part of URL)
documentType
page implementation
secure
set to security level for the page access

Exceptions

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

See Also

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