summaryT:DotNetNuke.Common.Utilities.PathUtils

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class PathUtils : ComponentBase<IPathUtils, PathUtils>, 
	IPathUtils
Visual Basic
Public Class PathUtils
	Inherits ComponentBase(Of IPathUtils, PathUtils)
	Implements IPathUtils

Inheritance Hierarchy

System..::..Object
  DotNetNuke.ComponentModel..::..ComponentBase<(Of <(<'IPathUtils, PathUtils>)>)>
    DotNetNuke.Common.Utilities..::..PathUtils

See Also