Candor.PagingAndSortOptions.GetDisabledPagingAndSortOptions C# (CSharp) Method

GetDisabledPagingAndSortOptions() public static method

Gets a set of PagingOptions with paging disabled.
public static GetDisabledPagingAndSortOptions ( ) : PagingAndSortOptions
return PagingAndSortOptions
        public static PagingAndSortOptions GetDisabledPagingAndSortOptions()
        {
            return new PagingAndSortOptions(PagingOptions.GetDisabledPagingOptions());
        }