FileMetadata 1.0 control documentation

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(
   FileMetadata targetFileMetadata,
   int startIndex,
   int endIndex,
   bool overwriteExisting
);

Parameters

targetFileMetadata
The destination FileMetadata.
startIndex
The starting index of the MetadataItem object in collection to copy.
endIndex
Last index of the MetadataItem object in collection to copy.
overwriteExisting
true if value of the destination MetadataItem with the same name can be overwritten; otherwise, false.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace | FileMetadata.CopyTo Overload List