Batch Element (View)
Published: May 2010
Provides batch processing of commands within HTTP protocol.
<Batch OnError = "Return" | "Continue" ListVersion = "" Version = "" ViewName = ""> <Method> ... </Method> ... </Batch>
|
Attribute |
Description |
|---|---|
|
ListVersion |
Optional Integer. Specifies the version number of the list. |
|
OnError |
Optional. The following values are possible:
|
|
Version |
Optional String. Specifies the version number of Microsoft SharePoint Foundation that is running on the server. A version number consists of four integers in the format N.N.N.NNNN, which represent the major, minor, phase, and incremental versions of the product. |
|
ViewName |
Optional Guid. Specifies the GUID for the view. |
The Batch element must contain at least one Method element. The Batch element allows the client application to post more than one command to the server at a time.
- 6/30/2010
- DeepDelver