Show / Hide Table of Contents

Class PurgeDeletedUsers

Inheritance
object
SchedulerClient
PurgeDeletedUsers
Inherited Members
SchedulerClient.Started()
SchedulerClient.Progressing()
SchedulerClient.Completed()
SchedulerClient.Errored(ref Exception)
SchedulerClient.ThreadID
SchedulerClient.ScheduleHistoryItem
SchedulerClient.SchedulerEventGUID
SchedulerClient.aProcessMethod
SchedulerClient.Status
SchedulerClient.ProcessStarted
SchedulerClient.ProcessProgressing
SchedulerClient.ProcessCompleted
SchedulerClient.ProcessErrored
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Users
Assembly: DotNetNuke.dll
Syntax
public class PurgeDeletedUsers : SchedulerClient

Constructors

PurgeDeletedUsers(IPortalController, ScheduleHistoryItem)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IPortalController. Scheduled removal in v12.0.0.")]
public PurgeDeletedUsers(IPortalController portalController, ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type Name Description
IPortalController portalController
ScheduleHistoryItem objScheduleHistoryItem

PurgeDeletedUsers(ScheduleHistoryItem)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IPortalController. Scheduled removal in v12.0.0.")]
public PurgeDeletedUsers(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type Name Description
ScheduleHistoryItem objScheduleHistoryItem

Methods

DoWork()

Declaration
public override void DoWork()
Overrides
SchedulerClient.DoWork()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS