Hello,
If I create a list in SharePoint online web App while using some predefined template (Announcements, Tasks etc.) some default fields are created (like Due date for Tasks). And if I want to add an item to that list (by pressing New Task for example) I get a view of the fields which can be edited. The question is how to get these fields using SharePoint Online client library? I need to get the exact same fields as displayed in the item creation view. I can't find a property or method for that neither in Field, FieldCollection or List classes.
Thank you.