media.makeShown
Syntax
returns media.makeShown (
mixed id,
boolean recursive = true,
mixed uid = NULL )
Argument Info
Name | Type | Required | Default value | Description |
---|
id | mixed | Required | none | A single media ID or an array of media IDs |
recursive | boolean | Optional | true | This argument is optional and defaults to true. When set to true all children, children of children, etc. will be made public. (0=false, 1=true) |
uid | mixed | Optional | NULL | |
Response
The response of the makeShown method.
Name | Type | Description | Possible Values |
---|
result | INT | Will return 1 on the successful response of this method. | empty, 1, error message |
Return Values
Field | Description | Possible Values |
---|