| SharePointFileInfoProviderGetSharePointFileInfoInternal Method (Guid, Boolean) | 
            Returns SharePointFileInfo with specified GUID.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 11.0.0
Syntaxprotected virtual SharePointFileInfo GetSharePointFileInfoInternal(
	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