Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

FileUtilities.WriteInFile - метод Смотри также  Terrasoft.Common - пространство имен > FileUtilities - класс : WriteInFile - метод C#

filePath
The path to the file.
text
The text to write.
useWriteLine
true, if a text with the current row terminator is being written.

Glossary Item Box

Writes to the file.

Синтаксис

public static void WriteInFile( 
   string filePath, 
   string text, 
   bool useWriteLine 
)

Параметры

filePath
The path to the file.
text
The text to write.
useWriteLine
true, if a text with the current row terminator is being written.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?