DLApp
There are no services matching that phrase.

/dlapp/unlock-folder

HTTP Method
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#unlockFolder

Unlocks the folder. This method is primarily used by WebDAV.

Parameters

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 parent folder

name java.lang.String

the folder's name

lockUuid java.lang.String

the lock's universally unique identifier

Return Type

void

Exception

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

Execute

String long long java.lang.String java.lang.String