BlogTalkRadio.Tools.CFT.TransformationTask.TransformationTask C# (CSharp) Method

TransformationTask() public method

Create new TransformationTask object and set values for SourceFilePath and TransformFile
public TransformationTask ( string sourceFilePath, string transformFilePath ) : System
sourceFilePath string Source file path
transformFilePath string Transformation file path
return System
        public TransformationTask(string sourceFilePath, string transformFilePath)
        {
            SourceFilePath = sourceFilePath;
            TransformFile = transformFilePath;
        }

Same methods

TransformationTask::TransformationTask ( ) : System
TransformationTask::TransformationTask ( IXmlTransformationLogger transformationLogger ) : System