[This is preliminary documentation and is subject to change.]
Initializes the CodePlex check.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CodePlexVersionCheck( ApplicationSettings settings, string projectName, string releaseName, DateTime currentVersionReleaseDate )
Public Sub New ( _ settings As ApplicationSettings, _ projectName As String, _ releaseName As String, _ currentVersionReleaseDate As DateTime _ )
public: CodePlexVersionCheck( ApplicationSettings^ settings, String^ projectName, String^ releaseName, DateTime currentVersionReleaseDate )
Parameters
- settings (ApplicationSettings)
- The ApplicationSettings to read, write and cache update checks via.
- projectName (String)
- The name of the CodePlex project, as used in the hostname of the CodePlex website.
- releaseName (String)
- The prefix of the releases to include, e.g. "Foo Editor" will match any release who's name starts "Foo Editor". An empty string will match all releases in the project.
- currentVersionReleaseDate (DateTime)
- The data and time with which to compare.