GetWebPartProperties_UsingCSV() public method

public GetWebPartProperties_UsingCSV ( string sourceWebPartType, string usageFilePath, string outPutFolder, string SharePointOnline_OR_OnPremise = "N/A", string UserName = "N/A", string Password = "N/A", string Domain = "N/A", string ActionType = "" ) : void
sourceWebPartType string
usageFilePath string
outPutFolder string
SharePointOnline_OR_OnPremise string
UserName string
Password string
Domain string
ActionType string
return void
 protected override void ProcessRecord()
 {
     WebPartTransformationHelper webPartTransformationHelper = new WebPartTransformationHelper();
     webPartTransformationHelper.GetWebPartProperties_UsingCSV(SourceWebPartType, WebPartUsageFilePath, OutPutDirectory, SharePointOnline_OR_OnPremise, UserName, Password, Domain, "CSVUpdates");
 }