Provides a set of GUID constants that identify the AddOns provided by the system.
The following tables list the members exposed by SystemAddOnId.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
APPLICATION_BASE | Specifies the ID of the Base Application Extensions AddOn. This field is read-only. |
![]() ![]() |
CFS_IS | Specifies the ID of the CFS-IS Extensions AddOn. This field is read-only. |
![]() ![]() |
CONTENT_ENGINE_BASE | Specifies the ID of the Base Content Engine Extensions AddOn. This field is read-only. |
![]() ![]() |
DITA_PUBLISHING | Specifies the ID of the DITA Publishing Extensions AddOn. This field is read-only. |
![]() ![]() |
PROCESS_ENGINE | Specifies the ID of the Process Engine Extensions AddOn. This field is read-only. |
![]() ![]() |
PUBLISHING | Specifies the ID of the Publishing Extensions AddOn. This field is read-only. |
![]() ![]() |
STORED_SEARCH | Specifies the ID of the Stored Search Extensions AddOn. This field is read-only. |
![]() ![]() |
WORKPLACE_BASE | Specifies the ID of the Workplace Base Extensions AddOn. This field is read-only. |
![]() ![]() |
WORKPLACE_EMAIL | Specifies the ID of the Workplace E-mail Extensions AddOn. This field is read-only. |
![]() ![]() |
WORKPLACE_FORMS | Specifies the ID of the Workplace Forms Extensions AddOn. This field is read-only. |
![]() ![]() |
WORKPLACE_ROLES | Specifies the ID of the Workplace Access Roles Extensions AddOn. This field is read-only. |
![]() ![]() |
WORKPLACE_TEMPLATES | Specifies the ID of the Workplace Templates Extensions AddOn. This field is read-only. |
Public Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares two IDs. This method returns -1 if this is less than , 1 if this is greater than , and 0 if the IDs are equal. This comparison is consistent with how IDs are compared in the DB2 and Oracle databases, but does not match how MSSQL Server compares IDs. For MSSQL Server databases, use |
![]() |
Equals | Overloaded. Compares two IDs for logical equality. (inherited from Id) |
![]() |
GetBytes | Returns a copy of this ID as an array of . (inherited from Id) |
![]() |
GetHashCode | Returns the hashcode for this ID. (inherited from Id) |
![]() ![]() |
GetInstanceFromId | Returns an instance of this class corresponding to a given provided the value represents the ID of a system AddOn. |
![]() ![]() |
GetInstanceFromString | Returns an instance of this class corresponding to a given value provided the value represents the string-ized ID of a system AddOn. |
![]() |
GetObjectData | This method is exposed to satisfy the interface. (inherited from Id) |
![]() |
GetType | Gets the |
![]() |
ToString | Returns the representation of this ID. (inherited from Id) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |