EmbeddedFileCollection.FindByName

EmbeddedFileCollection.FindByName method

Returns embedded file by its name.

public FileSpecification FindByName(string name)
ParameterTypeDescription
nameStringName of the file.

Return Value

File specification object if found; otherwise, null.

See Also