Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const INSTALLATION_REPORT As String = "InstallationReport"
C#
public const string INSTALLATION_REPORT = "InstallationReport";
C++
public:
 const String INSTALLATION_REPORT = L"InstallationReport";
J#
public const string INSTALLATION_REPORT = "InstallationReport"
JScript
public const INSTALLATION_REPORT : String = "InstallationReport";

See Also