AddRange |
Scroll |
Copies all TheFolder objects from the specified TheFolderList to this one.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pFolderList As TheFolderList _ ) C# public virtual void AddRange ( TheFolderList pFolderList )
ParameterspFolderList TheFolderList from which to copy all TheFolder objects.
Return ValueNone. |
|