BBjAPI::getNewNamespace
Description
In BBj 3.00 and higher, this method creates a new BBjNamespace.
Syntax
Return Value |
Method |
---|---|
getNewNamespace(string prefixName) |
Parameters
Variable |
Description |
---|---|
prefixName |
The prefix that will be used for the newly created Namespace. |
Return Value
Returns a BBjNamespace.
Remarks
The BBjNamespace returned will reference a newly created Namespace. The name of the newly created Namespace will begin with prefixName + "." and is guaranteed to have not been previously used by any other BBj Process.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.