Click or drag to resize
SharePointLibraryInfoProviderDeleteSharePointLibraryInfoInternal Method
Deletes specified SharePointLibraryInfo.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteSharePointLibraryInfoInternal(
	SharePointLibraryInfo infoObj
)

Parameters

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