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)

Syntax

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

Parameters

val
A string-ized form of one of the system AddOn IDs.

Return Value

A SystemAddOnId instance corresponding to the input value.

See Also