Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== RemoveAll ====== Method of [[:scripting:api:settings-storage:start|ISettingsStorage]] ===== Description ===== Remove children and attributes ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bNodes** = VARIANT_FALSE (optional) * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bAttributes** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> SettingsStorage.RemoveAll(bNodes, bAttributes); </code>==== Visual Basic Script ==== <code vb> SettingsStorage.RemoveAll bNodes, bAttributes </code>==== C++ ==== <code cpp> HRESULT hr = SettingsStorage.RemoveAll(bNodes, bAttributes); </code>===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~