Interface IPathUtils
Assembly: DotNetNuke.dll
Syntax
public interface IPathUtils
Methods
AddTrailingSlash(string)
Declaration
string AddTrailingSlash(string source)
Parameters
Type |
Name |
Description |
string |
source |
|
Returns
Declaration
string FormatFolderPath(string folderPath)
Parameters
Type |
Name |
Description |
string |
folderPath |
|
Returns
GetPhysicalPath(int, string)
Declaration
string GetPhysicalPath(int portalID, string relativePath)
Parameters
Type |
Name |
Description |
int |
portalID |
|
string |
relativePath |
|
Returns
GetRelativePath(int, string)
Declaration
string GetRelativePath(int portalID, string physicalPath)
Parameters
Type |
Name |
Description |
int |
portalID |
|
string |
physicalPath |
|
Returns
GetRootFolderMapPath(int)
Declaration
string GetRootFolderMapPath(int portalID)
Parameters
Type |
Name |
Description |
int |
portalID |
|
Returns
GetUserFolderPathElement(int, UserFolderElement)
Declaration
[Obsolete("Deprecated in DotNetNuke 6.2.0. No replacement, this should have been internal only. Scheduled removal in v10.0.0.")]
string GetUserFolderPathElement(int userID, PathUtils.UserFolderElement mode)
Parameters
Returns
IsDefaultProtectedPath(string)
Declaration
bool IsDefaultProtectedPath(string folderPath)
Parameters
Type |
Name |
Description |
string |
folderPath |
|
Returns
MapPath(string)
Declaration
string MapPath(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
RemoveTrailingSlash(string)
Declaration
string RemoveTrailingSlash(string source)
Parameters
Type |
Name |
Description |
string |
source |
|
Returns
StripFolderPath(string)
Declaration
string StripFolderPath(string originalPath)
Parameters
Type |
Name |
Description |
string |
originalPath |
|
Returns
Extension Methods