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

Syntax

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

See Also