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 overwriteExisting As Boolean _
)
[C#]
public void CopyTo(
   FileMetadata targetFileMetadata,
   bool overwriteExisting
);

Parameters

targetFileMetadata
The destination FileMetadata.
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