Resource delete

From Catglobe Wiki
Revision as of 09:24, 9 November 2011 by Tungocman (talk | contribs)
Jump to: navigation, search

Resource_delete

  
   - Delete a specific resource.
    + User must have administrator right on the resource which will be deleted.
    + And user also must have navigation access to that resource.


Syntax
    Resource_delete(ResourceID);


Arguments
   ResourceID: is a number. It is the resource id of resource.


Return type
    Boolean
   -  true if deleted and child resources deleted also.


Examples

bool RDelstatus =Resource_delete(37278397);
print(RDelstatus);     // result: true