ContentFormSubmitEventArgs constructor

初始化 ContentFormSubmitEventArgs 类的新实例。

  1. public ContentFormSubmitEventArgs(int siteId, int channelId, int contentId, IAttributes form,
  2. IContentInfo contentInfo)
parameter description
siteId 站点Id。
channelId 栏目Id。
contentId 内容Id。
form 表单数据。
contentInfo 内容对象。

See Also