SPCapabilityChecker members
Represents a checker that checks the availability of a service.
The SPCapabilityChecker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPCapabilityChecker | Initializes a new instance of the SPCapabilityChecker class. |
Top
Properties
Name | Description | |
---|---|---|
CapabilityID | Gets the identifier of the capability to be checked. | |
FeatureDependencies | Gets the SharePoint features this capability contains. |
Top
Methods
Name | Description | |
---|---|---|
CheckUsageRightForCurrentTenant | Checks the tenant license and returns the display names of the services or features for which the current tenant does not have a license. If the current tenant has the license to use all services or features of this capability, an empty list is returned. | |
CheckUsageRightForCurrentUser | Checks the user license and gets the display names of the services or features for which the current user does not have a license. If the user has the license to use all services or features of this capability, an empty list is returned. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMissingCustomDependencies | Gets the sub-capabilities that are missing. | |
GetMissingServiceDependencyNames | Gets the display names of the services this capability contains. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top