C# Class EPiServer.Libraries.Localization.Models.TranslationContainer

Inheritance: PageData
Show file Open project: jstemerdink/EPiServer.Libraries

Public Methods

Method Description
SetDefaultValues ( ContentType contentType ) : void

Sets the default property values on the page data.

Method Details

SetDefaultValues() public method

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