Returns an int value associated with a specific instance of this class. Each constant has an associated integer value, which is only useful for use in a switch() construct. For simple comparisons, call Equals() or use "==".


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

Syntax

Visual Basic (Declaration)
Public Function GetIntValue() As Integer
C#
public int GetIntValue()
C++
public:
 int GetIntValue() sealed 
J#
public int GetIntValue()
JScript
public  function GetIntValue() : int

Return Value

An int value.

See Also