Click or drag to resize
SharePointConnectionInfoProviderDeleteSharePointConnectionInfo Method (SharePointConnectionInfo)
Deletes specified SharePointConnectionInfo.

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

Parameters

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