Copies all MetadataItem from source collection to the specified target FileMetadata collection. Allows to overwrite values of existing MetadataItem with the same name.
[Visual Basic] Overloads Public Sub CopyTo( _ ByVal targetFileMetadata As FileMetadata, _ ByVal startIndex As Integer, _ ByVal endIndex As Integer, _ ByVal overwriteExisting As Boolean _ )
[C#] public void CopyTo( FileMetadatatargetFileMetadata, intstartIndex, intendIndex, booloverwriteExisting );