以编程方式访问 Sitecore 设置 (Sitecore 6)
有没有办法通过代码访问 sitecore 设置。
我感兴趣的具体设置是数据文件夹路径。
Is there a way to get to sitecore settings through code.
The specific setting I'm interested in is the data Folder path.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想获得其他设置,您可能需要尝试:-
这适用于所有 sitecore 设置,甚至可以通过 App_config/Include 中的配置文件添加的自定义设置。
If you'd like to get other settings, you may want to try:-
This will work for all sitecore settings, even your custom settings that can be added through the config files in the App_config/Include.
是的。查看 Sitecore.Configuration.Settings 类(这是 Sitecore 设置的入口点),并使用静态 DataFolder 属性:
Yes. Look at the Sitecore.Configuration.Settings class (which is your entry point to the Sitecore settings), and use the static DataFolder property: