Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.06 KB

file_control_promises.markdown

File metadata and controls

53 lines (38 loc) · 1.06 KB
layout title categories published alias tags
default
file control
Reference
Components
file control
true
reference-components-file-control.html
body
bodies
components
common
namespace
promises
bundlesequence
    body file control
    {
    namespace => "name1"; 
    }
    
    bundle agent private
    {
    ....
    }

History: Was introduced in 3.4.0, Enterprise 3.0.0 (2012)

This directive can be given multiple times within any file, outside of body and bundle definitions.

namespace

Description: The namespace string identifies a private namespace to switch to in order to protect the current file from duplicate definitions.

Type: string

Allowed input range: [a-zA-Z0-9_$(){}\[\].:]+

Example:

    body file control
    {
    namespace => "name1"; 
    }

Notes:

History: Was introduced in 3.4.0, Enterprise 3.0.0 (2012)

This directive can be given within any file, outside of body and bundle definitions, to change the [namespace][namespaces] of subsequent bundles and bodies.