Click or drag to resize
SharePointFileInfoProviderGetSharePointFilesInternal Method (Boolean)
Returns a query for all the SharePointFileInfo objects.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<SharePointFileInfo> GetSharePointFilesInternal(
	bool getBinary = false
)

Parameters

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

Return Value

Type: ObjectQuerySharePointFileInfo
See Also