SPEventReceiverDefinition.ContextItemUrl property
Gets or sets the URL for the context item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContextItemUrl As String
Get
Set
'Usage
Dim instance As SPEventReceiverDefinition
Dim value As String
value = instance.ContextItemUrl
instance.ContextItemUrl = value
public string ContextItemUrl { get; set; }
Property value
Type: System.String
The String that represents the URL.
Remarks
Gets or sets the server-relative URL for the list item in the current HTTP context of SharePoint Foundation.
See also
Reference
SPEventReceiverDefinition class
SPEventReceiverDefinition members
Microsoft.SharePoint namespace
Other resources
How to: Add Actions to the User Interface