Click or drag to resize
SharePointFileInfoProviderGetSharePointFiles Method (Int32, Boolean)
Returns a query for all the SharePointFileInfo objects of a specified library.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SharePointFileInfo> GetSharePointFiles(
	int libraryId,
	bool getBinary = false
)

Parameters

libraryId
Type: SystemInt32
Library ID
getBinary (Optional)
Type: SystemBoolean
If false, no binary data is returned for the SharePoint file.

Return Value

Type: ObjectQuerySharePointFileInfo
See Also