InstallAppType
extends BaseRequestType
in package
Defines the request to install an app.
Table of Contents
Properties
- $Manifest : string
- Contains the base64-encoded app manifest file.
- $ManifestUrl : string
- Undocumented.
- $MarketplaceAssetId : string
- The asset id of the addin in the marketplace
- $MarketplaceContentMarket : string
- Undocumented.
- $SendWelcomeEmail : bool
- Undocumented.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Manifest
Contains the base64-encoded app manifest file.
public
string
$Manifest
Tags
$ManifestUrl
Undocumented.
public
string
$ManifestUrl
Tags
$MarketplaceAssetId
The asset id of the addin in the marketplace
public
string
$MarketplaceAssetId
Tags
$MarketplaceContentMarket
Undocumented.
public
string
$MarketplaceContentMarket
Tags
$SendWelcomeEmail
Undocumented.
public
bool
$SendWelcomeEmail
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed