Share via


IWorkflowService.GetAppId method

Gets the AppId for the SharePoint site (SPWeb). that is being acted on.

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

Syntax

'Declaration
Function GetAppId ( _
    web As SPWeb _
) As String
'Usage
Dim instance As IWorkflowService
Dim web As SPWeb
Dim returnValue As String

returnValue = instance.GetAppId(web)
string GetAppId(
    SPWeb web
)

Parameters

Return value

Type: System.String
Returns the AppId as a string.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace