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

Syntax

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

See Also