ContentFormSubmitEventArgs constructor
初始化 ContentFormSubmitEventArgs 类的新实例。
public ContentFormSubmitEventArgs(int siteId, int channelId, int contentId, IAttributes form,IContentInfo contentInfo)
| parameter | description |
|---|---|
| siteId | 站点Id。 |
| channelId | 栏目Id。 |
| contentId | 内容Id。 |
| form | 表单数据。 |
| contentInfo | 内容对象。 |
See Also
- interface IAttributes
- interface IContentInfo
- class ContentFormSubmitEventArgs
- namespace SiteServer.Plugin
