C# Class Rock.Client.ContentChannelItemEntity

Base client model for ContentChannelItem that only includes the non-virtual fields. Use this for PUT/POSTs
Show file Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( ContentChannelItem source ) : void

Copies the base properties from a source ContentChannelItem object

Method Details

CopyPropertiesFrom() public method

Copies the base properties from a source ContentChannelItem object
public CopyPropertiesFrom ( ContentChannelItem source ) : void
source ContentChannelItem The source.
return void