UL Ext.: Returns the number of rows that need to be uploaded when the next synchronization takes place.
Visual Basic
Public Function CountUploadRows( _
ByVal mask As Integer, _
ByVal threshold As UInt32 _
) As UInt32
C#
public uint CountUploadRows(
int mask,
uint threshold
);
mask The set of publications to check for rows. For more information, see the ULPublicationSchema class.
threshold The maximum number of rows to count, limiting the amount of time taken by CountUploadRows. A value of 0 corresponds to the maximum limit. A value of 1 determines if any rows need to be synchronized.
The number of rows that need to be uploaded from the specified publication(s).