Gets a folder entity by providing its unique id.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual IFolderInfo GetFolder( Guid uniqueId ) |
Visual Basic |
---|
Public Overridable Function GetFolder ( uniqueId As Guid ) As IFolderInfo |
Parameters
- uniqueId
- Type: System..::..Guid
The unique id of the folder.