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

Syntax

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

See Also