SharepointListAdapter2.Submit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Available for the SharepointListAdapterObject, but, because SharePointListAdapter object is available for receiving data only, the method will always generate a run-time error when it is called on that object.
public:
void Submit();
public void Submit ();
abstract member Submit : unit -> unit
Public Sub Submit ()
Implements
Remarks
To submit form data to a SharePoint list or library, use the Submit() method of the DAVAdapterObject object.