Acrolinx.Demo.Sidebar.SimpleSample.SimpleSample C# (CSharp) Method

SimpleSample() public method

public SimpleSample ( string serverAddress ) : System
serverAddress string
return System
        public SimpleSample(string serverAddress)
            : this(serverAddress, Format.HTML, "your_file_name.txt", "<body>" +Environment.NewLine + "   <h1> This is a header without dot </h1>" + Environment.NewLine + "    <div>This is an simple sample tesst</div>" + Environment.NewLine + "</body>")
        {
        }

Same methods

SimpleSample::SimpleSample ( string serverAddress, Format format, string documentReference, string text ) : System