Gets and sets the Folder Name of the Desktop Module

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string FolderName { get; set; }
Visual Basic
Public Property FolderName As String
	Get
	Set

Return Value

A String

See Also