ZennoLab Assemblies Documentation links

  • Автор темы Автор темы lokiys
  • Дата начала Дата начала
We will update documentation soon when releasing ZennoPoster 8.
 
  • Спасибо
Реакции: lokiys
o_O That is very sad. But not true also, or i have some old Assembly?

Example:
C#:
Развернуть Свернуть Копировать
instance.GetAllExtensions();

I don't find anything about extensions in https://help.zennolab.com/en/v7/zennoposter/7.1.4/webframe.html#topic1.html
This is the latest available API docs for C#.
Few methods can be missing, since developers do not update it anymore.
I'll report to them that extension related methods are missing.
 
  • Спасибо
Реакции: lokiys
If anybody is looking for methods, then there are basic ones to manage single extension

C#:
Развернуть Свернуть Копировать
// Install extension
var extensionPath = project.Variables["extensionPath"].Value;
instance.InstallCrxExtension(extensionPath);

// Open Extension popup
instance.GetAllExtensions()[0].Activate();

// Uninstall extension
instance.UninstallExtension(instance.GetAllExtensions()[0]);
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)