| SharePointFileInfoProviderGetSharePointFileInfo Method (Int32, Boolean) | 
            Returns SharePointFileInfo with specified ID.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 11.0.0
Syntaxpublic static SharePointFileInfo GetSharePointFileInfo(
	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