A System.Collections.Specialized.StringCollection containing file names or null if the data object does not contain any data that is in the DataFormats.FileDrop format or can be converted to that format.
A file drop list is a collection of strings containing path information for files.
A file drop list is stored in a data object as a string array. This method converts this array to a System.Collections.Specialized.StringCollection and returns the collection.
Use the DataObject.ContainsFileDropList method to determine whether the data object contains a file drop list before retrieving it with this method.
Use the DataObject.SetFileDropList(System.Collections.Specialized.StringCollection) method to add a file drop list to the data object.