Returns an instance of this class corresponding to a given Id provided the Id value represents the ID of a system AddOn.


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

Syntax

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

Parameters

val
An Id of one of the system AddOns.

Return Value

A SystemAddOnId instance corresponding to the input value.

See Also