Validates certain user properties whose values must not conflict with each other
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
protected void ValidateUserPropertyValues( IEnumerable<CustomProperty> properties, UserInput input )
Parameters
- properties
- Type: System.Collections.GenericIEnumerableCustomProperty
list of user properties - input
- Type: RainWorx.FrameWorx.DTOUserInput
user input container
See Also