Share via


IWorkflowService.GetWorkflowServiceScopeId method

Retrieves the scope id for the associated site collection (SPSite).

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Function GetWorkflowServiceScopeId ( _
    site As SPSite _
) As String
'Usage
Dim instance As IWorkflowService
Dim site As SPSite
Dim returnValue As String

returnValue = instance.GetWorkflowServiceScopeId(site)
string GetWorkflowServiceScopeId(
    SPSite site
)

Parameters

Return value

Type: System.String
Returns the site collection object instance.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace