Removes any custom fields 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 PruneCustomFieldsVisbility( CustomFieldAccess accessLevel, List<CustomField> fields )
Parameters
- accessLevel
- Type: RainWorx.FrameWorx.DTOCustomFieldAccess
the access level to prune to - fields
- Type: System.Collections.GenericListCustomField
the list of custom fields to prune
See Also