summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.StripFolderPath(System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by PathUtils.Instance.StripFolderPath(string originalPath) ")] public static string StripFolderPath( string strOrigPath ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by PathUtils.Instance.StripFolderPath(string originalPath) ")> Public Shared Function StripFolderPath ( strOrigPath As String ) As String |
Parameters
- strOrigPath
- Type: System..::..String
paramstrOrigPathM:DotNetNuke.Common.Utilities.FileSystemUtils.StripFolderPath(System.String)