BBjAPI::getExistingNamespace
Description
In BBj 3.00 and higher, this method retrieves a BBjNamespace.
Syntax
Return Value |
Method |
---|---|
getExistingNamespace(string name) |
Parameters
Variable |
Description |
---|---|
name |
Specifies the name of the Namespace to be referenced. |
Return Value
Returns a BBjNamespace that references the specified Namespace.
Remarks
If the requested Namespace does not already exist, then an !ERROR=63 - Uninitialized Variable will be generated.
Executing the getName() method
on the returned BBjNamespace returns the Namespace name that can be subsequently
used with the getNamespace and getExistingNamespace methods.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.