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
Public field Static APPLICATION_BASE Specifies the ID of the Base Application Extensions AddOn. This field is read-only.
Public field Static CFS_IS Specifies the ID of the CFS-IS Extensions AddOn. This field is read-only.
Public field Static CONTENT_ENGINE_BASE Specifies the ID of the Base Content Engine Extensions AddOn. This field is read-only.
Public field Static DITA_PUBLISHING Specifies the ID of the DITA Publishing Extensions AddOn. This field is read-only.
Public field Static PROCESS_ENGINE Specifies the ID of the Process Engine Extensions AddOn. This field is read-only.
Public field Static PUBLISHING Specifies the ID of the Publishing Extensions AddOn. This field is read-only.
Public field Static STORED_SEARCH Specifies the ID of the Stored Search Extensions AddOn. This field is read-only.
Public field Static WORKPLACE_BASE Specifies the ID of the Workplace Base Extensions AddOn. This field is read-only.
Public field Static WORKPLACE_EMAIL Specifies the ID of the Workplace E-mail Extensions AddOn. This field is read-only.
Public field Static WORKPLACE_FORMS Specifies the ID of the Workplace Forms Extensions AddOn. This field is read-only.
Public field Static WORKPLACE_ROLES Specifies the ID of the Workplace Access Roles Extensions AddOn. This field is read-only.
Public field Static WORKPLACE_TEMPLATES Specifies the ID of the Workplace Templates Extensions AddOn. This field is read-only.
Top

Public Methods

  Name Description
Public method CompareTo Compares two IDs. This method returns -1 if this is less than arg, 1 if this is greater than arg, 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 CompareTo(arg, dbType).

(inherited from Id)
Public method Equals Overloaded. Compares two IDs for logical equality. (inherited from Id)
Public method GetBytes Returns a copy of this ID as an array of bytes. (inherited from Id)
Public method GetHashCode Returns the hashcode for this ID. (inherited from Id)
Public method Static GetInstanceFromId Returns an instance of this class corresponding to a given Id provided the Id value represents the ID of a system AddOn.
Public method Static GetInstanceFromString Returns an instance of this class corresponding to a given String value provided the value represents the string-ized ID of a system AddOn.
Public method GetObjectData This method is exposed to satisfy the ISerializable interface. (inherited from Id)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Returns the String representation of this ID. (inherited from Id)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also