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 |
| Visual C++ |
|---|
public ref class SystemAddOnId : public Id |
| JavaScript |
|---|
FileNet.Api.Constants.SystemAddOnId = function(); Type.createClass( 'FileNet.Api.Constants.SystemAddOnId', FileNet.Api.Util.Id); |