封鎖 >事件 >CommentBase >CommentCreateDeleteHelper

Events.CommentBase.CommentCreateDeleteHelper() 方法

「留言」的輔助函式 [建立|刪除]

Signature:

static CommentCreateDeleteHelper(event: CommentCreate | CommentDelete, create: boolean): void;

參數

參數 類型 說明
活動 CommentCreate |CommentDelete 要執行的事件。
create 布林值 若為 True 代表建立,則為 False 則刪除

傳回:

void