Returns an instance of this class corresponding to a given String value provided the value represents the string-ized ID of a system AddOn.

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

ToggleSyntax

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

Parameters

val
Type: System..::.String
A string-ized form of one of the system AddOn IDs.

Return Value

A SystemAddOnId instance corresponding to the input value.

ToggleSee Also