Gets a folder entity by providing its unique id.

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IFolderInfo GetFolder(
	Guid uniqueId
)
Visual Basic
Function GetFolder ( 
	uniqueId As Guid
) As IFolderInfo

Parameters

uniqueId
Type: System..::..Guid
The unique id of the folder.

Return Value

The folder entity or null if the folder cannot be located.

See Also