SPUtility.GetAppLicenseInformation method
Returns a collection of all the app licenses assigned to the current user for the specified app for SharePoint in the given SharePoint deployment.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableMethodAttribute(Name = "GetAppLicenseInformation", OperationType = OperationType.Read)] [SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public static SPAppLicenseCollection GetAppLicenseInformation( Guid productId )
Parameters
- productId
- Type: System.Guid
The product ID of the app.
Return value
Type: Microsoft.SharePoint.SPAppLicenseCollectionA collection of all the app licenses assigned to the current user for the specified app for SharePoint.
A user can have multiple app licenses assigned to them for the same app for in a given SharePoint deployment.
If multiple licenses are purchased for the same app, using different Microsoft accounts, the licenses are returned in the following order of priority:
Paid
Free
Unexpired Trial
Expired Trial
The GetAppLicenseInformation method does not return licenses with expired or preserved tokens. Preserved tokens are the license tokens which cannot be renewed automatically by SharePoint; in order to remain valid, preserved tokens must be renewed manually by having the purchaser sign in to the Office Store.
The product ID of an app can be found in the app manifest.
For more information about app licenses, see Licensing apps for Office and SharePoint.