scGetPluginSetting

Typefunction
Dictionarylibrary.smartcrumbsvcw
LibrarySmartCrumbsVCW
Syntax
scGetPluginSetting(<pPluginName>)
Associationscom.livecode.library.smartcrumbsvcw
Summary

Get the configuration of an SmartCrumbsVCW library add-on

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
pPluginName

Name of the complement to which you want to set the configuration.

Example
local tSettingArray

put scGetPluginSetting("Script Signature") into tSettingArray
Values
NameTypeDescription
The result

An array with the configuration.

RelatedCommand: scExportObject, scImportMainStack, scIgnoreProperty, scIgnoreAllProperties, scStopIgnoreProperty, scStopIgnoreAllProperties, scCreatePlugin, scInstallPlugin, scUninstallPlugin, scEnabledPlugin, scDisabledPlugin, scSetPluginSetting, scCleanTrash, scResetObjectCache, scCleanTrash, scResetObjectCache
Function: scIgnoreProperties, scListPlugins, scGetPluginSetting, scGetGUID, scGetPathLog, scGetGUID
Description

Use the scGetPluginSetting function to obtain the configuration of a SmartCrumbsVCW library add-on.

Note  When the library calls the StartupPlugin in the plugin, it happens as a parameter the configuration of the complement.

Tagsversion control