Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 344 Bytes

UPDATEEXTENSION.md

File metadata and controls

19 lines (14 loc) · 344 Bytes

API-method updateextension

Since

v23.0

Signature

bool updateextension(string URL, string ExtName);

Description

Updates an extension.

Arguments

  • URL (string) - URL to download an extension.
  • ExtName (string) - Extension name.

Return value

true on success or failure result on error.