SPCapabilityChecker.GetMissingCustomDependencies method
Gets the sub-capabilities that are missing.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function GetMissingCustomDependencies ( _
hostWeb As SPWeb _
) As IEnumerable(Of SPCapability)
'Usage
Dim instance As SPCapabilityChecker
Dim hostWeb As SPWeb
Dim returnValue As IEnumerable(Of SPCapability)
returnValue = instance.GetMissingCustomDependencies(hostWeb)
public virtual IEnumerable<SPCapability> GetMissingCustomDependencies(
SPWeb hostWeb
)
Parameters
hostWeb
Type: Microsoft.SharePoint.SPWebThe web where the app is to be installed.
Return value
Type: System.Collections.Generic.IEnumerable<SPCapability>
The missing sub-capabilites.
Remarks
This method does not return capabilities that are enabled.