WebStats dotNet Scheduler - Code Documentation
IsUpdateNeeded Method (filepath)
Namespaces > Scheduler > Settings > IsUpdateNeeded(String)
Determines whether the settings contained in memory should be updated based on the filepath.
Syntax
C#Visual BasicManaged C++J#
public bool IsUpdateNeeded (
	string filepath
)
Public Function IsUpdateNeeded ( _
	filepath As String _
) As Boolean
public:
bool IsUpdateNeeded (
	String^ filepath
)
public boolean IsUpdateNeeded (
	String filepath
)
Parameters
filepath (String)
The filepath.
Return Value
true if the update is needed; otherwise, false.

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0