====== 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 ==== SettingsStorage.RemoveAll(bNodes, bAttributes); ==== Visual Basic Script ==== SettingsStorage.RemoveAll bNodes, bAttributes ==== C++ ==== HRESULT hr = SettingsStorage.RemoveAll(bNodes, bAttributes); ===== See Also ===== [[:scripting:api:settings-storage:start|ISettingsStorage]] ~~NOTOC~~