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)

ToggleSyntax

Visual Basic (Declaration)
Public Class SystemAddOnId _
	Inherits Id
C#
public class SystemAddOnId : Id
Visual C++
public ref class SystemAddOnId : public Id
JavaScript
FileNet.Api.Constants.SystemAddOnId = function();

Type.createClass(
	'FileNet.Api.Constants.SystemAddOnId',
	FileNet.Api.Util.Id);

ToggleInheritance Hierarchy

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

ToggleSee Also