GetLastDownloadTime method

UL Ext.: Returns the time of the most recent download of the specified publication.

Syntax
Visual Basic
Public Function GetLastDownloadTime( _
   ByVal publication As String _
) As Date
C#
public DateTime GetLastDownloadTime(
   string  publication
);
Parameters
Return value

The timestamp of the last download.

Remarks

The parameter publication is a publication name to check. If the special constant ULPublicationSchema.SYNC_ALL_DB is used, returns the time of the last download of the entire database.

See also