Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal DomainFolder As Variant _
) As DomainFolder

Parameter

  • Name
  • DomainFolder


Info
titleSee Also