Skip to content

Instantly share code, notes, and snippets.

@simple17
Created November 30, 2018 11:37
Show Gist options
  • Save simple17/df645000ff5a3487ccc35d035b24bd10 to your computer and use it in GitHub Desktop.
Save simple17/df645000ff5a3487ccc35d035b24bd10 to your computer and use it in GitHub Desktop.
[Set default propertie value] #episerver
public override void SetDefaultValues(ContentType contentType)
{
base.SetDefaultValues(contentType);
Height = 240;
Width = 320;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment