Provides a set of GUID constants that identify the AddOns provided by the system.


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

Syntax

Visual Basic (Declaration)
Public Class SystemAddOnId
    Inherits Id
C#
public class SystemAddOnId : Id
C++
ref class SystemAddOnId : Id
J#
public class SystemAddOnId extends Id
JScript
public class SystemAddOnId extends Id

Inheritance Hierarchy

System.Object
   FileNet.Api.Util.Id
      FileNet.Api.Constants.SystemAddOnId

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also