2016-04-25 20 views

答えて

0

はdiagnostics.asmx Webサービスを活用 - diagnostics.asmxの使用方法の詳細については

SharePointDiagnostics SharePointDiagnosticsObject = new SharePointDiagnostics(); 
SharePointDiagnosticsObject.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials; 
string Response = SharePointDiagnosticsObject.SendClientScriptErrorReport(message, file, line, client, stack, team, originalFile); 

は次のリンクを参照してください -

https://vivekkumar11432.wordpress.com/2016/09/23/how-to-do-logging-in-uls-from-csom-in-c/

関連する問題