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

Syntax

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

See Also