Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created October 15, 2021 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/8c635100ca3ff57109b05120faad3066 to your computer and use it in GitHub Desktop.
Save trnktms/8c635100ca3ff57109b05120faad3066 to your computer and use it in GitHub Desktop.
[Serializable]
public class SyncItem : Command
{
public override void Execute(CommandContext context)
{
Context.ClientPage.SendMessage(this, "item:save(postaction=custom:syncitempostaction)");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment