All folder types read from folderMappings config file

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

Syntax

C#
IList<FolderTypeConfig> FolderTypes { get; }
Visual Basic
ReadOnly Property FolderTypes As IList(Of FolderTypeConfig)
	Get

See Also