Click or drag to resize

TaskHelperCheckForNewFileSource Method

Returns true if the source file is more recent than its copy in the load folder, meaning the file must be loaded again

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public bool CheckForNewFileSource(
	string loadFolder,
	string sourceFilePath
)

Parameters

loadFolder  String
 
sourceFilePath  String
 

Return Value

Boolean
See Also