CodeGarden 10: The sixth annual Umbraco Developer Conference
June 23-25th 2010 - free ASP.NET MVC pre-conference. Register today!

Grant Permission for an application

This Package action grants either the current user ($CurrentUser) or a specific user permission to use a specified app. The undo option true makes sure that permission will be removed at uninstall.

Alias: GrantPermissionForApp

<Action runat="install" 
 undo="false"
 alias="GrantPermissionForApp"
 userLogin="$CurrentUser"
 appName="uCommerce" />