DLApp
No hay servicios que concuerden con ese texto.

/dlapp/delete-folder

Método HTTP
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#deleteFolder

Deletes the folder with the name in the parent folder and all of its subfolders and file entries.

Parámetros

p_auth String

authentication token used to validate the request

repositoryId long

the primary key of the repository

parentFolderId long

the primary key of the folder's parent folder

name java.lang.String

the folder's name

Tipo de retorno

void

Excepción

com.liferay.portal.kernel.exception.PortalException
if the folder could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Ejecutar

String long long java.lang.String