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

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

oldName
The name of the resource to rename.
name
The new name of the resource with the oldName name.

Glossary Item Box

Renames the resource with the specified name in the current resource pack.

Синтаксис

public bool RenameResource( 
   string oldName, 
   string name 
)

Параметры

oldName
The name of the resource to rename.
name
The new name of the resource with the oldName name.

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

true if the resource with the oldName name has been successfully renamed to name; otherwise - false.

Смотри также

© Terrasoft 2002-2017.

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

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