LassoScript Utility
Basics Browse Detail

[Namespace_Unload]

Tag Link [Namespace_Unload] Category Namespace
Type Substitution Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Namespace_Unload] unloads an on-demand library or other user-created namespace. This allows an on-demand library to be updated by installing the new library and unloading it. The next time a tag within the library is called it will be reloaded automatically, with the new tag definitions. No tags within the global namespace can be unloaded.

Syntax

[Namespace_Unload: 'Client_']

Parameters

Required Parameters
String The namespace to be unloaded.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.