Load;
The Load method loads the container from the default file.
Sub Main;
Var
FilCon: IAuditFiltersContainer;
Begin
FilCon := New AuditFiltersContainer.Create;
FilCon.Load;
FilCon.SaveToFile("C:\Filters.xml");
End Sub Main;
After executing the example, filters are loaded from the file by default to a container, and the container is saved to the file C:\Filters.xml.
See also: