Click or drag to resize
SharePointConnectionInfoProviderSetSharePointConnectionInfo Method
Sets (updates or inserts) specified SharePointConnectionInfo.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public static void SetSharePointConnectionInfo(
	SharePointConnectionInfo infoObj
)

Parameters

infoObj
Type: CMS.SharePointSharePointConnectionInfo
SharePointConnectionInfo to be set
See Also