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

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function GetInstanceFromString ( _
	val As String _
) As FilteredPropertyType
C#
public static FilteredPropertyType GetInstanceFromString(
	string val
)
Visual C++
public:
static FilteredPropertyType^ GetInstanceFromString(
	String^ val
)
JavaScript
FileNet.Api.Constants.FilteredPropertyType.getInstanceFromString = function(val);

Parameters

val
Type: System..::.String
A String value.

Return Value

The enumeration instance associated with the given String value.

ToggleSee Also