C# Class Alloy.Models.Blocks.PageListBlock

Inheritance: SiteBlockData
Show file Open project: episerver/EPiTranslateFlowDemo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SetDefaultValues ( ContentType contentType ) : void

Sets the default property values on the content data.

Method Details

SetDefaultValues() public method

Sets the default property values on the content data.
public SetDefaultValues ( ContentType contentType ) : void
contentType ContentType Type of the content.
return void