Click or drag to resize
SharePointLibraryInfoProviderSetSharePointLibraryInfoInternal Method
Sets (updates or inserts) specified SharePointLibraryInfo.

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

Parameters

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