C# Class Dnn.Modules.BulkUserDelete.UserResult

Show file Open project: brucerchapman/DnnBulkUserDelete Class Usage Examples

Public Properties

Property Type Description
ElapsedTimes string[]
Error string
Message string
StackTrace string
Success bool
UserName string
UsersAffected int
UsersRemaining int
WasAuthorised bool

Property Details

ElapsedTimes public property

public string[] ElapsedTimes
return string[]

Error public property

public string Error
return string

Message public property

public string Message
return string

StackTrace public property

public string StackTrace
return string

Success public property

public bool Success
return bool

UserName public property

public string UserName
return string

UsersAffected public property

public int UsersAffected
return int

UsersRemaining public property

public int UsersRemaining
return int

WasAuthorised public property

public bool WasAuthorised
return bool