Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL for the context item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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