FileMetadata 1.0 control documentation
Copies all MetadataItem from source collection to the specified target FileMetadata collection.
[Visual Basic]
Overloads Public Sub CopyTo( _
ByVal
targetFileMetadata As
FileMetadata, _
ByVal
startIndex As
Integer, _
ByVal
endIndex As
Integer _
)
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.
Remarks
Method don't overwrites existing MetadataItem with the same name.
See Also
FileMetadata Class | ElementIT.FileMetadata Namespace | FileMetadata.CopyTo Overload List