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

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

Parameters

id
Type: SystemInt32
SharePointConnectionInfo ID
See Also