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

Syntax

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

See Also