C# Class JDP.Remediation.Console.DeleteMissingEventReceivers

Mostra file Open project: OfficeDev/PnP-Transformation Class Usage Examples

Public Methods

Method Description
DoWork ( ) : void

Private Methods

Method Description
DeleteListEventReceiver ( string webUrl, string hostId, string eventName, string assemblyName ) : bool
DeleteMissingEventReceiver ( MissingEventReceiversInput MissingEventReceiver, string csvFile ) : void
DeleteSiteEventReceiver ( string siteUrl, string eventName, string assemblyName ) : bool
DeleteWebEventReceiver ( string webUrl, string eventName, string assemblyName ) : bool
ReadInputFile ( string &eventReceiverInputFile ) : bool
ShowInformation ( ) : bool

Method Details

DoWork() public static method

public static DoWork ( ) : void
return void