Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. var editCustomAction = list.UserCustomActions.Add();
  2. editCustomAction.Location = "CommandUI.Ribbon.EditForm";
  3. editCustomAction.Sequence = 100;
  4. editCustomAction.Title = "jsreport";
  5. editCustomAction.CommandUIExtension = @"...";
  6. editCustomAction.Update();
  7. clientContext.ExecuteQuery();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement