/
DMS_DeleteDocument

DMS_DeleteDocument

Löscht ein Dokument aus dem DMS.

Prototype


DMS_DeleteDocument( url )

Parameter


ParameterTypBedeutung
1stringDMS-URL

Rückgabewert


NummerTypBedeutung
1integerErgebniscode 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

Related content

DMS_DownloadDocumentTemp
DMS_DownloadDocumentTemp
More like this
DMS_UpdateDocumentMeta1
DMS_UpdateDocumentMeta1
More like this
DMS_AddDocumentWithMetadata
DMS_AddDocumentWithMetadata
More like this
DMS_GetDocumentMetaInfo
DMS_GetDocumentMetaInfo
More like this
DVS_DNDIMPORT
DVS_DNDIMPORT
More like this
DVS90 (Details)
DVS90 (Details)
More like this