Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest
| Type | Name | Description | |
|---|---|---|---|
| void | GetRemovableFiles
(
const IBuildManifestRef& OldManifest, |
Gets a list of files that were installed with the Old Manifest, but no longer required by this Manifest. | |
| void | GetRemovableFiles
(
const TCHAR* InstallPath, |
Gets a list of files that are installed in InstallPath, but no longer required by this Manifest. |