SharePointFileInfoProviderGetSharePointFileInfo Method (Guid, Boolean) |
Returns SharePointFileInfo with specified GUID.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax public 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:
SharePointFileInfoSee Also