summaryT:DotNetNuke.Services.Log.EventLog.PortalSortTitle

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in 6.0. No longer neccessary becuase of LINQ.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class PortalSortTitle : IComparer
Visual Basic
<ObsoleteAttribute("Deprecated in 6.0. No longer neccessary becuase of LINQ.")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public Class PortalSortTitle
	Implements IComparer

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Log.EventLog..::..PortalSortTitle

See Also