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

Entity.SetStreamValue(String,Stream) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > Entity - класс : SetStreamValue(String,Stream) - метод C#

valueName
The name of the property of an object.
value
Value of the System.IO.Stream type that is set for the property.

Glossary Item Box

Sets passed value of the System.IO.Stream type for the specified property of an object.

Синтаксис

public bool SetStreamValue( 
   string valueName, 
   Stream value 
)

Параметры

valueName
The name of the property of an object.
value
Value of the System.IO.Stream type that is set for the property.

Тип возвращаемого значения

true if the value value is set for the property with the valueName name; otherwise – false.

Смотри также

© Terrasoft 2002-2017.

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

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