C# Class Rock.Jobs.SendGroupEmail

Inheritance: IJob
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendGroupEmail ( ) : System

Initializes a new instance of the SendGroupEmail class.

Private Methods

Method Description
GetGroupIds ( List groupIds, bool sendToDescendants, Group group ) : void

Gets the group ids.

Method Details

Execute() public method

Executes the specified context.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The context.
return void

SendGroupEmail() public method

Initializes a new instance of the SendGroupEmail class.
public SendGroupEmail ( ) : System
return System