| SharePointFileInfoProviderGetSharePointFileInfoInternal Method (Int32, Boolean) | 
            Returns SharePointFileInfo with specified ID.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual SharePointFileInfo GetSharePointFileInfoInternal(
	int id,
	bool getBinary = false
)
Parameters
- id
- Type: SystemInt32
 SharePointFileInfo ID
- getBinary (Optional)
- Type: SystemBoolean
 If false, no binary data is returned for the SharePoint file.
Return Value
Type: 
SharePointFileInfo See Also
See Also