Description
Adds a new DomainFolder with the given name and parent DomainFolder Identifier to the data dictionary, and then returns the new object. PARAMETERS: Name (String), DomainFolder (String or Integer).
Syntax
Public Function Add( _ ByVal Name As Variant, _ ByVal DomainFolder As Variant _ ) As DomainFolder
Parameter
- Name
- DomainFolder
See Also