C# Class Dnn.Modules.BulkUserDelete.UserResult

Mostra 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_oe property

public string[] ElapsedTimes
return string[]

Error public_oe property

public string Error
return string

Message public_oe property

public string Message
return string

StackTrace public_oe property

public string StackTrace
return string

Success public_oe property

public bool Success
return bool

UserName public_oe property

public string UserName
return string

UsersAffected public_oe property

public int UsersAffected
return int

UsersRemaining public_oe property

public int UsersRemaining
return int

WasAuthorised public_oe property

public bool WasAuthorised
return bool