ConfigureNewWebPartXml() public method

public ConfigureNewWebPartXml ( string targetWebPartXmlFilePath, string sourceXmlFilesDirectory, string OutPutDirectory, string ActionType = "" ) : void
targetWebPartXmlFilePath string
sourceXmlFilesDirectory string
OutPutDirectory string
ActionType string
return void
 protected override void ProcessRecord()
 {
     WebPartTransformationHelper webPartTransformationHelper = new WebPartTransformationHelper();
     webPartTransformationHelper.ConfigureNewWebPartXml(TargetWebPartXmlFilePath, SourceXmlFilesDirectory, OutPutDirectory);
 }