DeleteDocument

Vymaže z enTeam proces, který je zadán svým ID
declare procedure DeleteDocument dll "ActualDocument" (string, pointer)
DeleteDocument("UZEL_0000abc", actualdocument)
DeleteDocument(DocID, Pointer)

Parametry

DocID

Typ: string

ID procesu, který má být vymazán.

Pointer

Typ: pointer

Klíčové slovo actualdocument .

Popis

Procedura vymaže z enTeam proces, který je zadán svým ID.

Ukázky volání

  • DeleteDocument("UZEL_0000abc", actualdocument)