Error while creating "Promoted Links" list in SharePoint via Web Service

153 Views Asked by At

I'm trying to created list "Promoted links", templated id - 170, but getting error that list template is invalid. Is there any way to create this list ? The sharepoint is SharepointOnline and I'm using addList method on List web service (https://msdn.microsoft.com/en-us/library/lists.lists.addlist%28v=office.12%29.aspx?f=255&MSPPError=-2147217396)

listsSoap.addList("Test list", "Test list", 170); 

Thanks

0

There are 0 best solutions below