문제

We have this Document Library Monitoring Console App written in C# and its running in SharePoint 2007. We now upgrading our SharePoint Server to 2013, so we also need to upgrade our solutions and customization including console apps.

I search through the web I can't find replace for deprecated "SPSite.StorageManagementInformation".

도움이 되었습니까?

해결책

Please read this MSDN article. You can to use "SPSite.Usage.Storage".

Hope it help to you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top