Search the SharePoint Connector 1.1.x documentation:
Index![]()
[Downloads (PDF, HTML & XML formats)]
[Other versions]
Using the simplest form of the macro, all you need to enter is the name of your SharePoint list and the list type. The macro will display default columns, based on the list type.
To use the basic form of the {sp-list} macro,
{sp-list:LIST NAME|LIST TYPE}
LIST NAME' and 'LIST TYPE' with your own values.In the example below, we show the list of documents in a SharePoint document library. The list name is 'documents' and the list type is 'document'.
What you need to type |
What you will get |
|---|---|
| {sp-list:documents|document} |
|