System.Object
ActionType
InstallAddOnAction
- Client Declaration
public class InstallAddOnAction
Represents a pending action for installing an AddOn
to an object store. For more information, see the Java™ API
InstallAddOn class and
installAddOn method topics.
Element Structure
- Attributes
GuidType addOnId:
[request] Required expression that specifies the GUID of the AddOn
to install.
Code Example
InstallAddOnAction objInstallAddOn = new InstallAddOnAction();
objInstallAddOn.addOnId="{8ca080f0-7a39-4e26-9e1f-25a8f12b4d52}";
XML Schema
<xsd:complexType name="InstallAddOnAction">
<xsd:complexContent>
<xsd:extension base="ActionType">
<xsd:attribute name="addOnId" type="GuidType" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>