Click or drag to resize
SharePointLibraryInfo Constructor (DataRow)
Constructor - Creates a new SharePointLibraryInfo object from the given DataRow.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public SharePointLibraryInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also