Class Utility
Holds a method that returns health score for a SharePoint Server
Inheritance
System.Object
Utility
Namespace: PnP.Framework.Utilities
Assembly: PnP.Framework.dll
Syntax
public static class Utility : object
Methods
GetHealthScore(String)
Returns the healthscore for a SharePoint Server
Declaration
public static int GetHealthScore(string url)
Parameters
System.String
url
SharePoint server URL |
Returns
System.Int32
Returns server health score integer value |