Helper.LookupIdOnly Method
Gets a list item based on the specified string.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Shared Function LookupIdOnly ( _
context As WorkflowContext, _
val As Object _
) As SPItemKey
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As SPItemKey
returnValue = Helper.LookupIdOnly(context, _
val)
public static SPItemKey LookupIdOnly(
WorkflowContext context,
Object val
)
Parameters
context
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContextA workflow context that contains properties that are associated with the active workflow instance.
val
Type: System.ObjectThe string containing the ID of the list item.
Return Value
Type: Microsoft.SharePoint.Workflow.SPItemKey
The list item.
Remarks
This method throws a CoercionException if val cannot be cast to a String object or is not in the correct format.