| 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
)
Public Sub New (
configurationItemDirectoryPath As String,
configurationItemName As String
)
public:
SharePointClient(
String^ configurationItemDirectoryPath,
String^ configurationItemName
)
new :
configurationItemDirectoryPath : string *
configurationItemName : string -> SharePointClient
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