Click or drag to resize
Galactic API

SharePointClient Constructor

Connects the client to SharePoint using the configuration in the specified configuration item.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public SharePointClient(
	string configurationItemDirectoryPath,
	string configurationItemName
)

Parameters

configurationItemDirectoryPath
Type: SystemString
The physical path to the directory where configuration item files can be found.
configurationItemName
Type: SystemString
The name of the configuration item containing the SharePoint client configuration.
See Also