SPUtility.GetTopEntitlement method
之間的相同的應用程式授權的集合,會找出的最大 prevailing 一個。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetTopEntitlement ( _
entitlements As SPAppLicenseCollection _
) As SPAppLicense
'用途
Dim entitlements As SPAppLicenseCollection
Dim returnValue As SPAppLicense
returnValue = SPUtility.GetTopEntitlement(entitlements)
public static SPAppLicense GetTopEntitlement(
SPAppLicenseCollection entitlements
)
參數
- entitlements
Type: Microsoft.SharePoint.SPAppLicenseCollection
傳回值
Type: Microsoft.SharePoint.SPAppLicense
其中一個最高的類別授權。
備註
在概念上,有大計之間的授權的不同類型的順序。依序取決於下列準則,以遞減順序或重要性: 1。 非過期試用授權和非試用版授權支配透過過期授權 2。使用有效的權杖的授權支配透過具有無效的權杖 3 的授權。透過其他人 4 支配與更多主流的授權類型的授權。透過其他人實作此方法,以取得最具掌控權授權的授權屬於相同的應用程式組支配以稍後擷取日期的授權。但如果是正在最多個授權任何這些事宜 (依據上述準則的所有),則會傳回。