Dev2.PathOperations.Dev2PutRawOperationTO.Dev2PutRawOperationTO C# (CSharp) Method

Dev2PutRawOperationTO() public method

public Dev2PutRawOperationTO ( WriteType writeType, string contents )
writeType WriteType
contents string
        public Dev2PutRawOperationTO(WriteType writeType, string contents)
        {
            WriteType = writeType;
            FileContents = contents;
        }
Dev2PutRawOperationTO