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)

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function GetInstanceFromId ( _
	val As Id _
) As SystemAddOnId
C#
public static SystemAddOnId GetInstanceFromId(
	Id val
)
Visual C++
public:
static SystemAddOnId^ GetInstanceFromId(
	Id^ val
)
JavaScript
FileNet.Api.Constants.SystemAddOnId.getInstanceFromId = function(val);

Parameters

val
Type: FileNet.Api.Util..::.Id
An Id of one of the system AddOns.

Return Value

A SystemAddOnId instance corresponding to the input value.

ToggleSee Also