Click or drag to resize
SharePointConnectionInfoProvider.DeleteSharePointConnectionInfo Method (Int32)
Deletes SharePointConnectionInfo with specified ID.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 12.0.0
Syntax
C#
public static void DeleteSharePointConnectionInfo(
	int id
)

Parameters

id
Type: System.Int32
SharePointConnectionInfo ID
See Also