Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public void UpdateProperties( string actingUserName, List<CustomProperty> properties, UserInput input )
Parameters
- actingUserName
- Type: SystemString
- properties
- Type: System.Collections.GenericListCustomProperty
- input
- Type: RainWorx.FrameWorx.DTOUserInput
Implements
ISiteServiceUpdateProperties(String, ListCustomProperty, UserInput)See Also