Public Methods
Name | Description | |
---|---|---|
![]() |
DeterminePrerequisiteAddOnIds | Returns the feature addon IDs for which installation is required prior to the installation of the addon specified by . If the addon identified by has been superseded, the results are based on the superseding addon prerequisites. |
![]() |
FetchAndLockObject | Overloaded. Retrieves and locks the specified object from this object. The object can be specified as a string containing a GUID, a symbolic name, or a path. Use parameters on this method to specify the owner of the lock and the lock timeout value. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in |
![]() |
InstallAddOn | Installs an add-on, available on a domain, to the current object store. When an add-on is installed, the pre-import script (if one exists) is run. Then the import data is imported into the object store, creating new metadata classes, properties, and data objects. Finally, the post-import script is run. This method results in one of the following outcomes:
|
![]() |
IsAddOnInstalled | Returns a Boolean value indicating whether the feature addon identified by is installed ( ) or not ( ) in the object store. If the addon identified by has been superseded and the superseded addon is currently installed, a value of is returned. |