Gets the virtual path of the control file used to display and update specific folder mapping settings. By default, the control name is Settings.ascx.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual string GetSettingsControlVirtualPath() |
Visual Basic |
---|
Public Overridable Function GetSettingsControlVirtualPath As String |
Return Value
If the folder provider has special settings, this method returns the virtual path of the control that allows to display and set those settings.
Remarks
The returned control must inherit from FolderMappingSettingsControlBase.