Version

Context.Current.Forms

This property is used to get contextual information from the user’s navigation within SharePlus. E.g., After the user navigates to a specific list within a site and tries to edit an item, SharePlus can get the site URL, the listName, the content type, and the item’s GUID.

Syntax

var contextObject = SPlus.Context.Current.Forms; // Get the object with contextual information

The returned object will contain contextual information.