Refresh Method

Update the collection with the current list of files in the package.

Syntax

object.Refresh

The object is an expression that evaluates to a PackageFiles collection.

Remarks

The Refresh method updates the collection with the current list of files in the package. This should be done if a separate collection object is created, for example as the return value from the Package control's Find method, and files are then added or removed from the package.

See Also

Find Method