Gets a folder entity by providing its unique id.
Namespace: DotNetNuke.Services.FileSystemAssembly: 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.