We are trying to call a list using the ListURL tag in XML. We can use the ListID without a problem but want to make the site we are developing a solution package that can be deployed on other site collections. We figured we would call the ListURL instead but cannot get it to work at all.
Here is the code snippet using ListID and the same code snippet using the ListURL not sure what we are doing wrong
List ID <ParameterBinding Name="ListID" Location="None" DefaultValue="{F0189B19-D7B6-44D3-81AD-3DE5E5A5FFA0}"/>
List URL <ParameterBindingName="ListURL" Location="None" DefaultValue="~/lists/Activities/AllItems.aspx"/>
Any ideas
Thank you