Class DefaultFolderProviders
This class contains a method to return the list of names of the default folder providers.
Inheritance
System.Object
DefaultFolderProviders
Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public static class DefaultFolderProviders : object
Remarks
This class is reserved for internal use and is not intended to be used directly from your code.
Methods
| Improve this Doc View SourceGetDefaultProviders()
Returns a list with the names of the default folder providers.
Declaration
public static List<string> GetDefaultProviders()
Returns
Type | Description |
---|---|
List<System.String> | The list of names of the default folder providers. |
Remarks
This class is reserved for internal use and is not intended to be used directly from your code.