New Features
Release date : Wednesday, June 16, 2010
C1 version: Composite C1 1.3 (1.3.3819.17612)...
Description : To add a action to a given element that opens a custom url in a document view, do the following:
ElementAction elementAction = new ElementAction(new ActionHandle(new UrlActionToken("My label", "/MyPage.aspx", new PermissionType[] { PermissionType.Administrate })))
ElementAction elementAction = new ElementAction(new ActionHandle(new UrlActionToken("My label", "/MyPage.aspx", new PermissionType[] { PermissionType.Administrate })))
New Features