Click or drag to resize
SharePointFileInfoProviderGetSharePointFileInfo Method (Int32, Boolean)
Returns SharePointFileInfo with specified ID.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public 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