ContentTranslateEventArgs constructor

初始化 ContentTranslateEventArgs 类的新实例。

  1. public ContentTranslateEventArgs(int siteId, int channelId, int contentId, int targetSiteId,
  2. int targetChannelId, int targetContentId)
parameter description
siteId 原始内容的站点Id。
channelId 原始内容的栏目Id。
contentId 原始内容的Id。
targetSiteId 转移后内容的站点Id。
targetChannelId 转移后内容的栏目Id。
targetContentId 转移后内容的Id。

See Also