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

Corrections in field extension methods #11

Open
OndrejValenta opened this issue May 16, 2018 · 0 comments
Open

Corrections in field extension methods #11

OndrejValenta opened this issue May 16, 2018 · 0 comments
Assignees

Comments

@OndrejValenta
Copy link
Contributor

  • AddNumberField
    • min, max values should be of type double
    • default value should be of type string
  • AddTextField
    • add missing max length parameter
  • AddChoiceField
    • parameter choices change to IEnumerable so it can accept other collection types
    • choice items are not created properly, they are all combined into one value
  • AddLookupField
    • add new overload methods to use list guid instead of list title and to use web guid and list guid so we can create cross web lookups
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

No branches or pull requests

2 participants