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

SchemaManager.SaveSchemaInCustomPackage(Guid,UserConnection) - метод Смотри также  Terrasoft.Core - пространство имен > SchemaManager - класс > SaveSchemaInCustomPackage - метод : SaveSchemaInCustomPackage(Guid,UserConnection) - метод C#

uid
The unique identifier of the schema to be saved.
userConnection
User connection.

Glossary Item Box

Saves the designed schema with the specified identifier to the custom package.

Синтаксис

public bool SaveSchemaInCustomPackage( 
   Guid uid, 
   UserConnection userConnection 
)

Параметры

uid
The unique identifier of the schema to be saved.
userConnection
User connection.

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

true if the schema is successfully saved; otherwise – false.

Заметки

Method is overloaded. This method calls the overloaded SaveSchema(Guid,Boolean,UserConnection) method, having passed the false value as the second parameter.

Смотри также

© Terrasoft 2002-2017.

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

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