This class contains a method to return the list of names of the default folder providers.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class DefaultFolderProviders
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public NotInheritable Class DefaultFolderProviders

Remarks

This class is reserved for internal use and is not intended to be used directly from your code.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.FileSystem.Internal..::..DefaultFolderProviders

See Also