다음을 통해 공유


Utility.ImportAppLicense Method

Definition

[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

licenseTokenToImport
String
contentMarket
String
billingMarket
String
appName
String
iconUrl
String
providerName
String
appSubtype
Int32
Attributes

Applies to