Returns a list with the names of the default folder providers.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static List<string> GetDefaultProviders()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public Shared Function GetDefaultProviders As List(Of String)

Return Value

The list of names of the default folder providers.

See Also