Skip to content

Conversation

@m3nu
Copy link

@m3nu m3nu commented Jun 29, 2016

Add support for selecting specific list views. Sample usage:

sp_list = site.lists['MyList']
sp_list._rows = sp_list.get_rows(view='{9A4D6AC4-CD31-418D-80E5-4BDA79E80D3F}')
for row in sp_list.rows:
    do_stuff(row)

@m3nu m3nu mentioned this pull request Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant