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

Syntax

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

See Also