You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AuctionWorxController Class > PruneCustomFieldsVisbility Method

AuctionWorxControllerPruneCustomFieldsVisbility Method

AuctionWorx 3.5 API
Removes any custom fields in the specified list which should not be visible for the specified access level

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.