Click or drag to resize
SharePointLibraryInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	SharePointLibraryInfo info
)

Parameters

info
Type: CMS.SharePointSharePointLibraryInfo
Object to insert / update
See Also