Class PnPCoreUtilities
Holds PnP Core library identification tag and user-agent, and a tool to get tenant administration url based the URL of the web
Inheritance
System.Object
PnPCoreUtilities
Namespace: PnP.Framework.Utilities
Assembly: PnP.Framework.dll
Syntax
public static class PnPCoreUtilities : object
Properties
PnPCoreUserAgent
Gets a tag that identifies the PnP Core library for UserAgent string
Declaration
public static string PnPCoreUserAgent { get; }
Property Value
System. PnP Core library identification user-agent |
PnPCoreVersionTag
Gets a tag that identifies the PnP Core library
Declaration
public static string PnPCoreVersionTag { get; }
Property Value
System. PnP Core library identification tag |
Methods
GetTenantAdministrationUrl(Web)
Returns the tenant administration url based upon the URL of the web
Declaration
public static string GetTenantAdministrationUrl(this Web web)
Parameters
Web
web
|
Returns
System.
|