在 sharepoint 2007 中查找网站的创建者

发布于 2024-10-11 01:15:33 字数 104 浏览 6 评论 0原文

如何找出 sharepoint 2007 中站点的创建者/创建日期。

我假设我可以通过内容数据库或属性中的任何位置进行检查,而不是通过对象建模代码。

谢谢。 哈里

How to find out the Creator/DateTime Created of a site in sharepoint 2007.

I am assuming can I check thru the content database or anywhere in the properties, not through object modelling code.

Thank you.
Hari

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

难得心□动 2024-10-18 01:15:34

您可以通过访问 SPWeb.Author、SPWeb.Created 属性来获取站点创建者、创建时间等。

以下是获取列表所有者的应用程序页面:自定义获取列表所有者的应用程序页面

You can get the Site Creator, Created Time, etc by accessing the SPWeb.Author, SPWeb.Created properties.

Here is an Application page to Get List Owners: Custom Application Page to get List Owners

懒的傷心 2024-10-18 01:15:33

你不能。他将属于业主组,但其中可能会有更多人。

You can't. He would be in the Owners group but there could be more people in it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文