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

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

managerName
Name of a resource manager.
objectName
The name of the object.
obj
Output parameter in which the object with the name objectName of the resource manager managerName is located.

Glossary Item Box

Gets the object with the objectName name of the resource manager managerName in the specified obj parameter. Returns the value that indicates if the objectName object was received successfully.

Синтаксис

public static bool TryGetObject( 
   string managerName, 
   string objectName, 
   out object obj 
)

Параметры

managerName
Name of a resource manager.
objectName
The name of the object.
obj
Output parameter in which the object with the name objectName of the resource manager managerName is located.

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

true if the object with the objectName name was successfully received from the managerName resource manager; otherwise - false.

Смотри также

© Terrasoft 2002-2017.

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

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