Dev2.PathOperations.ActivityIOFactory.CreatePutRawOperationTO C# (CSharp) Method

CreatePutRawOperationTO() public static method

Create an PutRawOperationTo object
public static CreatePutRawOperationTO ( WriteType writeType, string contents ) : Dev2PutRawOperationTO
writeType WriteType
contents string
return Dev2PutRawOperationTO
        public static Dev2PutRawOperationTO CreatePutRawOperationTO(WriteType writeType, string contents)
        {
            return new Dev2PutRawOperationTO(writeType, contents);
        }

Same methods

ActivityIOFactory::CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : Dev2PutRawOperationTO