共用方式為


SPUtility.ImportAppLicense method

指定的測試授權匯入指定的 SharePoint 部署測試用途的應用程式。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Sub ImportAppLicense ( _
    licenseTokenToImport As String, _
    contentMarket As String, _
    billingMarket As String, _
    appName As String, _
    iconUrl As Uri, _
    providerName As String, _
    appSubtype As Integer _
)
'用途
Dim licenseTokenToImport As String
Dim contentMarket As String
Dim billingMarket As String
Dim appName As String
Dim iconUrl As Uri
Dim providerName As String
Dim appSubtype As IntegerSPUtility.ImportAppLicense(licenseTokenToImport, _
    contentMarket, billingMarket, appName, _
    iconUrl, providerName, appSubtype)
public static void ImportAppLicense(
    string licenseTokenToImport,
    string contentMarket,
    string billingMarket,
    string appName,
    Uri iconUrl,
    string providerName,
    int appSubtype
)

參數

  • licenseTokenToImport
    Type: System.String

    代表要匯入應用程式授權權杖 XML 片段。

  • contentMarket
    Type: System.String

    您要銷售應用程式內容市場。

  • iconUrl
    Type: System.Uri

    [應用程式] 圖示時的 URL 會出現在 Office 市集。可以保留空白。

  • providerName
    Type: System.String

    應用程式的提供者的名稱。

  • appSubtype
    Type: System.Int32

    應用程式的子類型。

    使用此參數指定是否此授權是應用程式的 SharePoint 用以獨佔方式來 office、 封裝應用程式,若是如此,Office 相關應用程式的類型。這可讓公司目錄來篩選和顯示 sharepoint 封裝在應用程式中的 Office 應用程式。

    有效值為限制:

    描述

    1

    SharePoint 的應用程式用來針對 Office 套件的單一工作窗格應用程式。

    2

    SharePoint 的應用程式用來針對 Office 套件單一內容應用程式。

    4

    SharePoint 的應用程式用來為 Office 封裝單一字典工作窗格應用程式。

    5

    SharePoint 的應用程式,不使用獨佔封裝 for Office 的應用程式。這包括:

    • SharePoint 的應用程式不包含任何應用程式的 Office 功能。

    • SharePoint 的應用程式,以及其 SharePoint 特有的功能,以安裝文件和/或 office 包含一或多個應用程式範本。

    • Office 的封裝多個應用程式的 SharePoint 的應用程式。

備註

若要呼叫此方法,來電者必須是下列其中一項:

  • 呼叫使用中的網站集合管理員。

  • 授權已匯入,如果授權匯入至其中的 SharePoint 部署是租用租用的管理員。

  • 伺服器陣列管理員

提供有助於測試應用程式授權檢查您的應用程式中的程式碼,SharePoint 可讓您將上傳 SharePoint 部署個別的最多 10 測試授權。這些測試授權已符合的應用程式授權結構描述的 XML 片段。

For test licenses, you need not specify the deployment ID in the app license XML. The ImportAppLicense method supplies the correct deployment ID to the license token XML.For more information about the app license XML definition, see App License XML Schema. For more information about app licenses, see 授權 Office 與 SharePoint 相關應用程式.

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace