IWebApplication

Assembly: Web;

Namespace: Prognoz.Platform.Interop.Web;

Description

The IWebApplication interface determines settings of the web application.

Inheritance Hierarchy

IWebApplication

Review

Settings defined for the web application by the IWebApplication interface overwrite settings defined by the XML file and Web.config.

Restart Internet Information Services to apply settings in the web application.

NOTE. The Web assembly is outdated and is supported in previous versions only.

Properties

  Property name Brief description
FolderViewType The FolderViewType property determines objects view in the web application folder on opening an application.  
InstanceCacheMode The InstanceCacheMode property determines whether an object from cache is in use.
ReportSettings The ReportSettings property determines displaying settings for regular and express reports.
ResponseHeaderEncoding The ResponseHeaderEncoding property determines reports names encoding used for export.
RootFolderName The RootFolderName property determines name of the folder containing all web application objects.
ShowSearchFolder The ShowSearchFolder property determines visibility of a folder containing found objects.
StartPage The StartPage property determines the object that is opened by default on web application loading.
TextAbout The TextAbout property determines the text that is displayed on the About Program tab.

See also:

Web Assembly Interfaces