Click or drag to resize
SharePointLibraryInfoProviderDeleteSharePointLibraryInfo Method (SharePointLibraryInfo)
Deletes specified SharePointLibraryInfo.

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

Parameters

infoObj
Type: CMS.SharePointSharePointLibraryInfo
SharePointLibraryInfo to be deleted
See Also