SharePointFileInfoProviderGetSharePointFileInfoInternal Method (Int32, Boolean) |
Returns SharePointFileInfo with specified ID.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax protected 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:
SharePointFileInfoSee Also