Click or drag to resize
SharePointFileInfoProviderGetSharePointFileInfoInternal Method (Guid, Boolean)
Returns SharePointFileInfo with specified GUID.

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