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

Syntax

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

See Also