Skip to content

v 2.1.4

Compare
Choose a tag to compare
@vgrem vgrem released this 28 Sep 22:29
· 981 commits to master since this release
  • introduced support for Introduced support for SharePoint 2010 list data service, ListDataService class

  • added methods and properties for List, ListItem and Field resources:

    • ListItem.validate_update_listItem method - Validates and sets the values of the specified collection of fields for the list item.
    • ListItem.system_update method
    • ListItem.update_overwrite_version method
    • ListItem.parent_list navigation property
    • List.fields navigation property
    • FieldCollection.add method
    • FieldCollection.get_by_id method
    • FieldCollection.get_by_internal_name_or_title method
    • FieldCollection.get_by_title method
    • Field.update method
    • Field.delete method