asked on September 11, 2014
Does anyone have some sample code for sorting entries by creation date?
Sample of what was tested:
Dim params As New LFSearchListingParams
params.AddStandardColumn(Column_Type.COLUMN_TYPE_NAME)
params.ColumnTypeToSortBy(Column_Type.COLUMN_TYPE_CREATEDATE) = Sort_Direction.SORT_DIRECTION_ASC
Listing = fFolder.GetEntryListing(params, 100)
Receive error message: “ColumnTypeToSortBy is not a member of the ‘LFSO90LIB.LFSearchListingParams’”
0
0