You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AuctionWorxController Class > PruneCustomPropertiesEditability Method (CustomFieldAccess, List(CustomProperty))

AuctionWorxControllerPruneCustomPropertiesEditability Method (CustomFieldAccess, ListCustomProperty)

AuctionWorx 3.5 API
Removes any custom properties in the specified list which should not be editable 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 PruneCustomPropertiesEditability(
	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

Reference

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