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

Syntax

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

See Also