Today i searched for some examples of using item properties in Custom Action and i found this link: http://msdn.microsoft.com/en-us/library/office/ms431831.aspx
There you will find a short overview of URL tokens in SharePoint 2013. An example of using Custom Actions will be available soon.
Tokens for Custom Action:
{ItemId} | The ID of an item in a list or library (an integer). |
{ItemUrl} | The URL of the item being acted upon. |
{ListId} | The ID of the current list (a GUID). |
{RecurrenceId} | The recurrence index of a recurring event. |
{Site} | The URL of the current website. |
{SiteCollection} | The URL of the parent site of the current website. |
{SiteUrl} | The URL of the current website. |
{Source} | The HTTP Request URL. |
The article or information provided here represents completely my own personal view & thought. It is recommended to test the content or scripts of the site in the lab, before making use in the production environment & use it completely at your own risk. The articles, scripts, suggestions or tricks published on the site are provided AS-IS with no warranties or guarantees and confers no rights.
Leave a Reply