SharePoint Repository
The SharePoint Repository provides a connection to the Microsoft SharePoint repository.
Attributes
Attribute Name |
Description |
name |
Descriptive name of the repository. |
type |
“sharepoint” |
Parameters
Parameter Name |
Description |
url |
URL of the SharePoint instance. |
username |
Username of the end user that will perform the actions within the repository. |
password |
Password that is associated with the username |
domain |
Domain that is associated with the username. |
Example
Below is an example of how to configure a SharePoint Repository
<Repository name="SharePoint" type="sharepoint"> <Param name='url' value='http://sharepoint.acme.com' /> <Param name='username' value='admin' /> <Param name='password' value='password' /> <Param name='domain' value='USCORP' /> </Repository>