Skip to content

Instantly share code, notes, and snippets.

@SasankVemana
Created September 18, 2018 17:49
IScripts for 'Add to' granularity
/* Dummy Weblib/IScripts mainly to control "Add To" security for Homepage, NavBar and Favorites in a granular fashion. */
Function IScript_AddToHomepage()
End-Function;
Function IScript_AddToNavBar()
End-Function;
Function IScript_AddToFavorites()
End-Function;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment