Copies all MetadataItem from source collection to the specified target FileMetadata collection.
Copies all MetadataItem from source collection to the specified target FileMetadata collection.
public void CopyTo(FileMetadata);
Copies all MetadataItem from source collection to the specified target FileMetadata collection. Allows to overwrite values of existing MetadataItem with the same name.
public void CopyTo(FileMetadata,bool);
Copies all MetadataItem from source collection to the specified target FileMetadata collection.
public void CopyTo(FileMetadata,int,int);
Copies all MetadataItem from source collection to the specified target FileMetadata collection. Allows to overwrite values of existing MetadataItem with the same name.
public void CopyTo(FileMetadata,int,int,bool);
FileMetadata Class | ElementIT.FileMetadata Namespace