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

DataStoreKeyTransformerProxy.Remove - метод Смотри также  Terrasoft.Core.Store - пространство имен > DataStoreKeyTransformerProxy - класс : Remove - метод C#

key
The key of the item you are deleting.

Glossary Item Box

Deletes the data repository item by the specified key.

Синтаксис

public void Remove( 
   string key 
)

Параметры

key
The key of the item you are deleting.

Заметки

Passed key key if first converted as follows: a prefix defined with the KeyPrefix property is added to it. After this the item with received transformed key is deleted from the data repository.

Смотри также

© Terrasoft 2002-2017.

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

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