| SharePointFileInfoProviderGetSharePointFileInfo Method (Guid, Boolean) | 
            Returns SharePointFileInfo with specified GUID.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic static SharePointFileInfo GetSharePointFileInfo(
	Guid guid,
	bool getBinary = false
)
Parameters
- guid
- Type: SystemGuid
 SharePointFileInfo GUID
- getBinary (Optional)
- Type: SystemBoolean
 If false, no binary data is returned for the SharePoint file.
Return Value
Type: 
SharePointFileInfo See Also
See Also