LassoScript Utility
Basics Browse Detail

[Namespace_Load]

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

Description

[Namespace_Load] attempts to load an on-demand library for the specified namespace. On-demand libraries are normally loaded when a tag within them is called for the first time, but this tag allows them to be loaded explicitly. This tag requires a single parameter which is the name of the namespace for an on-demand library.

Syntax

[Namespace_Load: 'Client_']

Parameters

Required Parameters
String The namespace to be loaded.

Examples

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