Click or drag to resize
SharePointFileInfoProvider.GetSharePointFileInfoInternal 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: System.Guid
SharePointFileInfo GUID
getBinary (Optional)
Type: System.Boolean
If false, no binary data is returned for the SharePoint file.

Return Value

Type: SharePointFileInfo
See Also