de la propiedad SPUserCodeWorkflowContext.CurrentItemUrl
Obtiene o establece la dirección URL absoluta del elemento de lista en el que se creó el flujo de trabajo.
Espacio de nombres: Microsoft.SharePoint.UserCode
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property CurrentItemUrl As String
Get
Set
'Uso
Dim instance As SPUserCodeWorkflowContext
Dim value As String
value = instance.CurrentItemUrl
instance.CurrentItemUrl = value
public string CurrentItemUrl { get; set; }
Valor de propiedad
Tipo: System.String
La dirección URL del elemento de lista en el que se creó el flujo de trabajo.
Vea también
Referencia
clase SPUserCodeWorkflowContext