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

Syntax

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

See Also