H
How can I write the code
Hi all:
I created a Data Connection “UXP†by using the Wizard, the information of
the data connections is as follows:
Note: The data source is a SharePoint List
I want to know how I can get the data of the SharePoint List when I click a
button.
How Can I write the code?
public void Connect_OnClick(DocActionEvent e)
{
//I want to get the data of the SharePoint List by using the “UXP†Data
Connection
}
I created a Data Connection “UXP†by using the Wizard, the information of
the data connections is as follows:
Note: The data source is a SharePoint List
I want to know how I can get the data of the SharePoint List when I click a
button.
How Can I write the code?
public void Connect_OnClick(DocActionEvent e)
{
//I want to get the data of the SharePoint List by using the “UXP†Data
Connection
}