GetAppManifestsType
extends BaseRequestType
in package
Base element for a request to return the manifest for apps.
Table of Contents
Properties
- $AddIns : ArrayOfPrivateCatalogAddInsType
- Undocumented.
- $ApiVersionSupported : string
- Contains the version of the JavaScript API for Office supported by the client.
- $ExtensionIds : string
- Undocumented.
- $IncludeAllInstalledAddIns : bool
- Undocumented.
- $IncludeCustomAppsData : bool
- Undocumented.
- $IncludeEntitlementData : bool
- Undocumented.
- $IncludeManifestData : bool
- Undocumented.
- $SchemaVersionSupported : string
- Contains the version of the manifest schema supported by the client.
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
$AddIns
Undocumented.
public
ArrayOfPrivateCatalogAddInsType
$AddIns
Tags
$ApiVersionSupported
Contains the version of the JavaScript API for Office supported by the client.
public
string
$ApiVersionSupported
Tags
$ExtensionIds
Undocumented.
public
string
$ExtensionIds
Tags
$IncludeAllInstalledAddIns
Undocumented.
public
bool
$IncludeAllInstalledAddIns
Tags
$IncludeCustomAppsData
Undocumented.
public
bool
$IncludeCustomAppsData
Tags
$IncludeEntitlementData
Undocumented.
public
bool
$IncludeEntitlementData
Tags
$IncludeManifestData
Undocumented.
public
bool
$IncludeManifestData
Tags
$SchemaVersionSupported
Contains the version of the manifest schema supported by the client.
public
string
$SchemaVersionSupported
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