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

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

Parameters

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