Removes any custom properties in the specified list which should not be visible for the specified access level
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
protected void PruneCustomPropertiesVisbility( CustomFieldAccess accessLevel, List<CustomProperty> properties )
Parameters
- accessLevel
- Type: RainWorx.FrameWorx.DTOCustomFieldAccess
the access level to prune to - properties
- Type: System.Collections.GenericListCustomProperty
the list of custom properties to prune
See Also