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

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

uid
The unique identifier of the schema to be saved.
removeDesignItem
Indicates that after saving the designed schema will be removed from the collection of the designed manager items. If the removeDesignItem is true, the designed schema will be removed from the collection.
userConnection
User connection.

Glossary Item Box

Saves the designed schema with the specified identifier and indicates that it will be removed after saving.

Синтаксис

public bool SaveSchema( 
   Guid uid, 
   bool removeDesignItem, 
   UserConnection userConnection 
)

Параметры

uid
The unique identifier of the schema to be saved.
removeDesignItem
Indicates that after saving the designed schema will be removed from the collection of the designed manager items. If the removeDesignItem is true, the designed schema will be removed from the collection.
userConnection
User connection.

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

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

Исключения

ИсключениеОписание
System.Security.SecurityExceptionIf the user has insufficient access rights to modify an object.

Заметки

Method is overloaded.

Смотри также

© Terrasoft 2002-2017.

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

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