Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to select list view. #5 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add parameter to select list view. #5 #31

wants to merge 2 commits into from

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