一个很有趣的case, 客户想知道在ItemCheckingIn的Event Handler中如何知道自己Check In的是Minor(Draft) version 还是Major(publish) version。

这是一个典型的ItemCheckingIn Event Handler的方法

void ItemCheckingIn(SPItemEventProperties properties)
{
    //Your Code
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-08-29
  • 2021-10-01
猜你喜欢
  • 2021-06-13
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案