Utility.ImportAppLicense Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static void ImportAppLicense (Microsoft.SharePoint.Client.ClientRuntimeContext context, string licenseTokenToImport, string contentMarket, string billingMarket, string appName, string iconUrl, string providerName, int appSubtype);
static member ImportAppLicense : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string * string * string * string * string * int -> unit
Public Shared Sub ImportAppLicense (context As ClientRuntimeContext, licenseTokenToImport As String, contentMarket As String, billingMarket As String, appName As String, iconUrl As String, providerName As String, appSubtype As Integer)
Parameters
- context
- ClientRuntimeContext
- licenseTokenToImport
- String
- contentMarket
- String
- billingMarket
- String
- appName
- String
- iconUrl
- String
- providerName
- String
- appSubtype
- Int32
- Attributes