Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 335 Bytes

DOWNLOADEXTENSION.md

File metadata and controls

19 lines (14 loc) · 335 Bytes

API-method downloadextension

Since

v23.0

Signature

bool downloadextension(string URL, string ExtName);

Description

Downloads and installs the extension.

Arguments

  • URL - URL to download an extension.
  • ExtName - Extension name.

Return value

true on success or false on failure.