C# Class Shared.Data.Extractors.WindowTitleWebsitesExtractor

This class offers some methods to receive detailed information about a website, extravcted from the rpgram, tracked by the WindowsActivityTracker Hint: The WIndowsActivityTracker must be enabled to make use of the extractor
Mostrar archivo Open project: sealuzh/PersonalAnalytics

Public Methods

Method Description
GetWebsiteDetails ( string process, string windowTitle ) : string

To get the website name, we do the following: 1. change the process name if it is just applicationhost (Windows 10 apps) 2. clean the window title

GetWebsitesVisited ( DateTimeOffset date ) : List

Private Methods

Method Description
CleanWindowTitle ( string process, string websiteTitle ) : string
GetSqlForProgramsToSearch ( ) : string

Method Details

GetWebsiteDetails() public static method

To get the website name, we do the following: 1. change the process name if it is just applicationhost (Windows 10 apps) 2. clean the window title
public static GetWebsiteDetails ( string process, string windowTitle ) : string
process string
windowTitle string
return string

GetWebsitesVisited() public static method

public static GetWebsitesVisited ( DateTimeOffset date ) : List
date DateTimeOffset
return List