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

Syntax

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

See Also