Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 17, 2017 09:22
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/d883ba329d8da79a902b5e3833b9ff28 to your computer and use it in GitHub Desktop.
Save trnktms/d883ba329d8da79a902b5e3833b9ff28 to your computer and use it in GitHub Desktop.
using Sitecore.Data;
using Sitecore.Rules.Validators;
namespace MyProject.Foundation.Validation.Rules.Contexts
{
public class FieldValidatorsRuleContext : ValidatorsRuleContext
{
public ID FieldId { get; set; }
public string FieldValue { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment