Skip to main content Skip to complementary content

MoveCurrentPages Method

Overloads

MoveCurrentPages(Func<IEnumerable<NxPage>, IEnumerable<NxPage>>)

Moves CurrentPages according to transform without getting data.

MoveCurrentPages(Func<IEnumerable<NxPage>, IEnumerable<NxPage>>)

Moves CurrentPages according to transform without getting data.

Declaration

      public IEnumerable<NxPage> MoveCurrentPages(Func<IEnumerable<NxPage>, IEnumerable<NxPage>> pageTransform)
    

Parameters

Type Name Description
System.Func<System.Collections.Generic.IEnumerable<NxPage>, System.Collections.Generic.IEnumerable<NxPage>> pageTransform

Returns

Type Description
System.Collections.Generic.IEnumerable<NxPage>

The new current page set.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!