UL Ext.: Returns the time of the most recent download of the specified publication.
Visual Basic
Public Function GetLastDownloadTime( _
ByVal mask As Integer _
) As Date
C#
public DateTime GetLastDownloadTime(
int mask
);
mask The mask of the publication to check. For more information, see the ULPublicationSchema class.
The timestamp of the last download.
The parameter
mask must reference a single publication or be the special constant ULPublicationSchema.SYNC_ALL_DB for the time of the last download of the full database.