summaryP:DotNetNuke.Services.FileSystem.FolderMappingsConfigController.FolderTypes

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

Syntax

C#
public IList<FolderTypeConfig> FolderTypes { get; internal set; }
Visual Basic
Public Property FolderTypes As IList(Of FolderTypeConfig)
	Get
	Friend Set

Implements

IFolderMappingsConfigController..::..FolderTypes

See Also