LogViewer.XmlPersister.RemoveFile C# (CSharp) Method

RemoveFile() public method

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
return void
        public void RemoveFile(string filepath, int max)
        {
            Update(filepath, false, max);
        }