Returns an instance of this class corresponding to a given
provided the
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
of one of the system AddOns.Id
Return Value
A
instance corresponding to the input value.