Page History
...
Adds a new DomainFolder with the given name and parent DomainFolder Identifier to the data dictionary, and then returns the new object. PARAMETERS: Name as (String), DomainFolder as (String or Integer).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function Add( _
ByVal Name As Variant, _
ByVal DomainFolder As Variant _
) As DomainFolder |
Parameter
- Name
- DomainFolder
Info | ||
---|---|---|
| ||