Delete処理実行前に行われる処理
事前に行っておくべき処理(値設定/対象の追加・削除)があればここに実装する
事前に行っておくべき処理(値設定/対象の追加・削除)があればここに実装する
Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public virtual List<string> DeleteHook<T>( List<string> ids ) where T : AbskintoneModel
Parameters
- ids
- Type: System.Collections.GenericListString
Delete対象id
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:kintoneDotNET.API.AbskintoneModel.DeleteHook``1(System.Collections.Generic.List{System.String})"]
Return Value
Type: ListString[Missing <returns> documentation for "M:kintoneDotNET.API.AbskintoneModel.DeleteHook``1(System.Collections.Generic.List{System.String})"]
Remarks
See Also