EmbeddedFileCollection.CopyTo

EmbeddedFileCollection.CopyTo method

Copies array of FileSpecification object into colleciton.

public void CopyTo(FileSpecification[] array, int index)
ParameterTypeDescription
arrayFileSpecification[]Array of objects which will be copied.
indexInt32Starting index from which copying will be started.

See Also