WorkflowCapabilityChecker.GetMissingServiceDependencyNames method
Determines whether the workflow service is available in current hosted web.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
Public Overrides Function GetMissingServiceDependencyNames ( _
hostWeb As SPWeb _
) As IEnumerable(Of String)
'Usage
Dim instance As WorkflowCapabilityChecker
Dim hostWeb As SPWeb
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetMissingServiceDependencyNames(hostWeb)
public override IEnumerable<string> GetMissingServiceDependencyNames(
SPWeb hostWeb
)
Parameters
hostWeb
Type: Microsoft.SharePoint.SPWebThe SPWeb instance that is the host web.
Return value
Type: System.Collections.Generic.IEnumerable<String>
The display name of the missing workflow service.
See also
Reference
WorkflowCapabilityChecker class