Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created October 15, 2021 12:54
Embed
What would you like to do?
[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