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

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

managerName
Name of a resource manager.
objectName
The name of the object.

Glossary Item Box

Gets the object with the specified name that belongs to the specified resource manager or generates an exception if such an object was not found.

Синтаксис

public static object GetObject( 
   string managerName, 
   string objectName 
)

Параметры

managerName
Name of a resource manager.
objectName
The name of the object.

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

The object with the objectName name that belongs to the resource manager with the managerName name.

Исключения

ИсключениеОписание
ItemNotFoundExceptionIf the resource manager with the name managerName was not found in the current resource store.

Смотри также

© Terrasoft 2002-2017.

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

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