FileMetadata 1.0 control documentation

Copies all MetadataItem from source collection to the specified target FileMetadata collection.

Overload List

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);

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace