media_product_package_mgr_update
Back to SOAP Architecture Method Reference
Description
The media_product_package_mgr_update method updates the designated Media Product Package.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Whether this Media Product Package is active. | boolean | R |
id | The unique ID# of the Media Product Package. | bstypes:ResourceId | R |
name | The name of this Media Product Package. | string | R |
os_type | The operating system that the Media Product Package is for. (Windows, Linux) | bstypes:OSType | R |
product_type | The product type of the Media Product Package. (Flash Plugin) | bstypes:ProductType | R |
url | The URL of the Media Product Package. | string | R |
version | The product version of the Media Product Package. | string | R |
container_id | The ID# of the folder containing this Media Product Package. | bstypes:ResourceId | O |
domain_id | The unique ID# of the domain. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the Media Product Package. | bstypes:ResourceId | R |