Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
DMS_DeleteDocument
DMS_DeleteDocument
01.08.2018
Löscht ein Dokument aus dem DMS.
Prototype
DMS_DeleteDocument( url )
Parameter
Parameter
Typ
Bedeutung
1
string
DMS-URL
Rückgabewert
Nummer
Typ
Bedeutung
1
integer
Ergebniscode 0 bei Erfolg
Beispiel
local Ret = DMS_DeleteDocument("syslog-dms-bridge://<document_id>")
if Ret == 0 then
SY_Proto("Dokument erfolgreich gelöscht")
else
SY_Proto("Dokument konnte nicht gelöscht werden")
end
, multiple selections available, Use left or right arrow keys to navigate selected items