AddRange |
Scroll |
Copies all TheFolderItem objects from the specified TheFolderItemList to this one.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pFolderList As TheFolderItemList _ ) C# public virtual void AddRange ( TheFolderItemList pFolderList )
Parameters pFolderList TheFolderItemList from which to copy all TheFolderItem objects.
Return Value None. |
|