Builder.FeedWriter.FeedWriter C# (CSharp) Method

FeedWriter() public method

public FeedWriter ( string sFilePath, string sFIPS, NameValueCollection oWriterSettings ) : System
sFilePath string
sFIPS string
oWriterSettings System.Collections.Specialized.NameValueCollection
return System
        public FeedWriter(string sFilePath, string sFIPS, NameValueCollection oWriterSettings)
        {
            _oXmlWriter = CreateXmlWriter(oWriterSettings,FormatFileName(sFilePath,sFIPS));
        }