GetResourceFilter

CacheKeys.GetResourceFilter method

Returns filter string to search for cache entries that represents Resource objects.

public static string GetResourceFilter(int pageNumber)
Parameter Type Description
pageNumber Int32 The number of page.

Return Value

Filter string to search for cache entries that represents Resource objects.

Exceptions

exception condition
ArgumentException Thrown when pageNumber is less or equal to zero.

See Also