SharePointFileInfoProvider.GetSharePointFilesInternal Method (Boolean) |
Returns a query for all the SharePointFileInfo objects.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntaxprotected virtual ObjectQuery<SharePointFileInfo> GetSharePointFilesInternal(
bool getBinary = false
)
Parameters
- getBinary (Optional)
- Type: System.Boolean
If false, no binary data is returned for the SharePoint file.
Return Value
Type:
ObjectQuery<SharePointFileInfo>
See Also