Returns an instance of this class using its associated String value.


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

Syntax

Visual Basic (Declaration)
Public Shared Function GetInstanceFromString( _ 
   ByVal val As String _ 
) As FilteredPropertyType
C#
public static FilteredPropertyType GetInstanceFromString(
   string val
)
C++
public:
 static FilteredPropertyType GetInstanceFromString(
   String val
)
J#
public static FilteredPropertyType GetInstanceFromString(
   string val
)
JScript
public static  function GetInstanceFromString(
   val : String
) : FilteredPropertyType

Parameters

val
A String value.

Return Value

The enumeration instance associated with the given String value.

See Also