Object changeCategory(
int
$id, String
$parentid, String
$position, String
$name,
$description
)
|
|
Change an existing Category.
Parameters:
|
int |
$id: |
the Category ID that represents the Category to change |
|
String |
$parentid: |
the new name |
|
String |
$position: |
the new url |
|
String |
$name: |
the new mimetype |
|
|
$description: |
|
API Tags:
void createCategory(
$data
)
|
|
Provide an array with these values: array('name' => 'foo', 'description' => 'bar', 'parentid' => _BIGACE_TOPLEVEL).
Parameters:
void createCategoryLink(
$itemtype,
$itemid,
$categoryid
)
|
|
Parameters:
|
|
$itemtype: |
|
|
|
$itemid: |
|
|
|
$categoryid: |
|
void deleteAllLinksForCategory(
int
$id
)
|
|
Deletes all links for a Category.
Parameters:
void deleteCategory(
int
$id
)
|
|
Deletes an Category from BIGACE
Parameters:
void deleteCategoryLink(
$itemtype,
$itemid,
$categoryid
)
|
|
Parameters:
|
|
$itemtype: |
|
|
|
$itemid: |
|
|
|
$categoryid: |
|